Color Hex Logo

#09efdd Color Hex

#09EFDD
(9,239,221)
0 Favorites   0 Comments

Color spaces of #09efdd

RGB 9239221
HSL0.490.930.49
HSV175°96°94°
CMYK 0.960.000.08   0.06
XYZ44.030367.011579.0205
Yxy67.01150.23170.3526
Hunter Lab81.8606-47.24620.0694
CIE-Lab85.5098-50.6637-4.7143

#09efdd color RGB value is (9,239,221).

#09efdd hex color red value is 9, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #09efdd hue: 0.49 , saturation: 0.93 and the lightness value of 09efdd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11101111 11011101
Octal 11 357 335
Decimal 9 239 221
Hex 9 EF DD

RGB Percentages of Color #09efdd

%1.92
%50.96
%47.12

CMYK Percentages of Color #09efdd

%96
%0
%8
%6

Triadic Colors of #09efdd

#09efdd #dd09ef #efdd09

Analogous Colors of #09efdd

#09efdd #098eef #09ef6a

Monochromatic Colors of #09efdd

#09efdd

Complementary Color

#09efdd #ef091b

#09efdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09efdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#09efdd Color CSS Codes

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

#09efdd Text Font Color

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

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


#09efdd Background Color

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

This div background color is #09efdd


#09efdd Border Color

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

This div border color is #09efdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09efdd


Comments

No comments written yet.

Please login to write comment.