color codes Logo

#09dfcc color codes

#09DFCC
(9,223,204)
0 Favorites   0 Comments

Color spaces of #09dfcc

RGB 9223204
HSL0.490.920.45
HSV175°96°87°
CMYK 0.960.000.09   0.13
XYZ37.399457.193166.1950
Yxy57.19310.23260.3557
Hunter Lab75.6261-44.07211.0422
CIE-Lab80.2881-48.6433-3.4140

#09dfcc color RGB value is (9,223,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11011111 11001100
Octal 11 337 314
Decimal 9 223 204
Hex 9 DF CC

RGB Percentages of Color #09dfcc

%2.06
%51.15
%46.79

CMYK Percentages of Color #09dfcc

%96
%0
%9
%13

Triadic Colors of #09dfcc

#09dfcc #cc09df #dfcc09

Analogous Colors of #09dfcc

#09dfcc #0987df #09df61

Monochromatic Colors of #09dfcc

#09dfcc

Complementary Color

#09dfcc #df091c

#09dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#09dfcc Color CSS Codes

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

#09dfcc Text Font Color

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

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


#09dfcc Background Color

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

This div background color is #09dfcc


#09dfcc Border Color

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

This div border color is #09dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09dfcc


Comments

No comments written yet.

Please login to write comment.