color codes Logo

#09bdcd color codes

#09BDCD
(9,189,205)
0 Favorites   0 Comments

Color spaces of #09bdcd

RGB 9189205
HSL0.510.920.42
HSV185°96°80°
CMYK 0.960.080.00   0.20
XYZ29.329740.861064.0987
Yxy40.86100.21840.3043
Hunter Lab63.9226-29.9632-14.7075
CIE-Lab70.0784-33.1498-19.2091

#09bdcd color RGB value is (9,189,205).

#09bdcd hex color red value is 9, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #09bdcd hue: 0.51 , saturation: 0.92 and the lightness value of 09bdcd is 0.42.

The process color (four color CMYK) of #09bdcd color code is 0.96, 0.08, 0.00, 0.20. Web safe color of #09bdcd is #00cccc. Color #09bdcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10111101 11001101
Octal 11 275 315
Decimal 9 189 205
Hex 9 BD CD

RGB Percentages of Color #09bdcd

%2.23
%46.90
%50.87

CMYK Percentages of Color #09bdcd

%96
%8
%0
%20

Triadic Colors of #09bdcd

#09bdcd #cd09bd #bdcd09

Analogous Colors of #09bdcd

#09bdcd #095bcd #09cd7b

Monochromatic Colors of #09bdcd

#09bdcd

Complementary Color

#09bdcd #cd1909

#09bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#09bdcd Color CSS Codes

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

#09bdcd Text Font Color

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

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


#09bdcd Background Color

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

This div background color is #09bdcd


#09bdcd Border Color

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

This div border color is #09bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09bdcd


Comments

No comments written yet.

Please login to write comment.