color codes Logo

#06b5fa color codes

#06B5FA
(6,181,250)
0 Favorites   0 Comments

Color spaces of #06b5fa

RGB 6181250
HSL0.550.960.50
HSV197°98°98°
CMYK 0.980.280.00   0.02
XYZ33.854339.988696.3767
Yxy39.98860.19890.2349
Hunter Lab63.2365-15.1022-46.0963
CIE-Lab69.4614-13.9398-44.6820

#06b5fa color RGB value is (6,181,250).

#06b5fa hex color red value is 6, green value is 181 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #06b5fa hue: 0.55 , saturation: 0.96 and the lightness value of 06b5fa is 0.50.

The process color (four color CMYK) of #06b5fa color code is 0.98, 0.28, 0.00, 0.02. Web safe color of #06b5fa is #00ccff. Color #06b5fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10110101 11111010
Octal 6 265 372
Decimal 6 181 250
Hex 6 B5 FA

RGB Percentages of Color #06b5fa

%1.37
%41.42
%57.21

CMYK Percentages of Color #06b5fa

%98
%28
%0
%2

Triadic Colors of #06b5fa

#06b5fa #fa06b5 #b5fa06

Analogous Colors of #06b5fa

#06b5fa #063bfa #06fac5

Monochromatic Colors of #06b5fa

#06b5fa

Complementary Color

#06b5fa #fa4b06

#06b5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06b5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#06b5fa Color CSS Codes

.mybgcolor {background-color:#06b5fa; } 
.myforecolor {color:#06b5fa; }
.mybordercolor {border:3px solid #06b5fa; }

#06b5fa Text Font Color

<p style="color:#06b5fa">Text here</p>

This sample text font color is #06b5fa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#06b5fa Background Color

<div style="background-color:#06b5fa">
Div content here</div>

This div background color is #06b5fa


#06b5fa Border Color

<div style="border:3px solid #06b5fa">
Div here</div>

This div border color is #06b5fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,181,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06b5fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06b5fa;
  -webkit-box-shadow: 1px 1px 3px 2px #06b5fa;
  box-shadow:         1px 1px 3px 2px #06b5fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,181,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #06b5fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #06b5fa;
  -webkit-box-shadow: 1px 1px 3px 2px #06b5fa;
  box-shadow:         1px 1px 3px 2px #06b5fa;">
Div content here</div>

This div box has shadow with color #06b5fa

Related Colors


Comments

No comments written yet.

Please login to write comment.