Color Hex Logo

#09bcd2 Color Hex

#09BCD2
(9,188,210)
0 Favorites   0 Comments

Color spaces of #09bcd2

RGB 9188210
HSL0.520.920.43
HSV187°96°82°
CMYK 0.960.100.00   0.18
XYZ29.728740.677767.2575
Yxy40.67770.21600.2955
Hunter Lab63.7791-28.4110-17.8782
CIE-Lab69.9495-31.0689-22.1408

#09bcd2 color RGB value is (9,188,210).

#09bcd2 hex color red value is 9, green value is 188 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #09bcd2 hue: 0.52 , saturation: 0.92 and the lightness value of 09bcd2 is 0.43.

The process color (four color CMYK) of #09bcd2 color hex is 0.96, 0.10, 0.00, 0.18. Web safe color of #09bcd2 is #00cccc. Color #09bcd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10111100 11010010
Octal 11 274 322
Decimal 9 188 210
Hex 9 BC D2

RGB Percentages of Color #09bcd2

%2.21
%46.19
%51.60

CMYK Percentages of Color #09bcd2

%96
%10
%0
%18

Triadic Colors of #09bcd2

#09bcd2 #d209bc #bcd209

Analogous Colors of #09bcd2

#09bcd2 #0958d2 #09d284

Monochromatic Colors of #09bcd2

#09bcd2

Complementary Color

#09bcd2 #d21f09

#09bcd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09bcd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#09bcd2 Color CSS Codes

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

#09bcd2 Text Font Color

<p style="color:#09bcd2">Text here</p>

This sample text font color is #09bcd2
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.


#09bcd2 Background Color

<div style="background-color:#09bcd2">
Div content here</div>

This div background color is #09bcd2


#09bcd2 Border Color

<div style="border:3px solid #09bcd2">
Div here</div>

This div border color is #09bcd2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,188,210, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09bcd2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09bcd2;
  -webkit-box-shadow: 1px 1px 3px 2px #09bcd2;
  box-shadow:         1px 1px 3px 2px #09bcd2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,188,210, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09bcd2


Comments

No comments written yet.

Please login to write comment.