Color Hex Logo

#09dfcd Color Hex

#09DFCD
(9,223,205)
0 Favorites   0 Comments

Color spaces of #09dfcd

RGB 9223205
HSL0.490.920.45
HSV175°96°87°
CMYK 0.960.000.08   0.13
XYZ37.519857.241266.8288
Yxy57.24120.23220.3542
Hunter Lab75.6579-43.88070.5896
CIE-Lab80.3151-48.3669-3.9065

#09dfcd color RGB value is (9,223,205).

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

The process color (four color CMYK) of #09dfcd color hex is 0.96, 0.00, 0.08, 0.13. Web safe color of #09dfcd is #00cccc. Color #09dfcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 11011111 11001101
Octal 11 337 315
Decimal 9 223 205
Hex 9 DF CD

RGB Percentages of Color #09dfcd

%2.06
%51.03
%46.91

CMYK Percentages of Color #09dfcd

%96
%0
%8
%13

Triadic Colors of #09dfcd

#09dfcd #cd09df #dfcd09

Analogous Colors of #09dfcd

#09dfcd #0986df #09df62

Monochromatic Colors of #09dfcd

#09dfcd

Complementary Color

#09dfcd #df091b

#09dfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09dfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#09dfcd Color CSS Codes

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

#09dfcd Text Font Color

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

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


#09dfcd Background Color

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

This div background color is #09dfcd


#09dfcd Border Color

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

This div border color is #09dfcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,223,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 #09dfcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09dfcd


Comments

No comments written yet.

Please login to write comment.