Color Hex Logo

#09eadc Color Hex

#09EADC
(9,234,220)
0 Favorites   0 Comments

Color spaces of #09eadc

RGB 9234220
HSL0.490.930.48
HSV176°96°92°
CMYK 0.960.000.06   0.08
XYZ42.453764.071077.8395
Yxy64.07100.23030.3475
Hunter Lab80.0444-45.4053-1.6258
CIE-Lab84.0027-48.8418-6.4127

#09eadc color RGB value is (9,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11101010 11011100
Octal 11 352 334
Decimal 9 234 220
Hex 9 EA DC

RGB Percentages of Color #09eadc

%1.94
%50.54
%47.52

CMYK Percentages of Color #09eadc

%96
%0
%6
%8

Triadic Colors of #09eadc

#09eadc #dc09ea #eadc09

Analogous Colors of #09eadc

#09eadc #0988ea #09ea6c

Monochromatic Colors of #09eadc

#09eadc

Complementary Color

#09eadc #ea0917

#09eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#09eadc Color CSS Codes

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

#09eadc Text Font Color

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

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


#09eadc Background Color

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

This div background color is #09eadc


#09eadc Border Color

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

This div border color is #09eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09eadc


Comments

No comments written yet.

Please login to write comment.