Color Hex Logo

#09edca Color Hex

#09EDCA
(9,237,202)
0 Favorites   0 Comments

Color spaces of #09edca

RGB 9237202
HSL0.470.930.48
HSV171°96°93°
CMYK 0.960.000.15   0.07
XYZ41.057564.890766.2383
Yxy64.89070.23840.3769
Hunter Lab80.5548-49.99227.6356
CIE-Lab84.4274-54.90893.6858

#09edca color RGB value is (9,237,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11101101 11001010
Octal 11 355 312
Decimal 9 237 202
Hex 9 ED CA

RGB Percentages of Color #09edca

%2.01
%52.90
%45.09

CMYK Percentages of Color #09edca

%96
%0
%15
%7

Triadic Colors of #09edca

#09edca #ca09ed #edca09

Analogous Colors of #09edca

#09edca #099eed #09ed58

Monochromatic Colors of #09edca

#09edca

Complementary Color

#09edca #ed092c

#09edca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09edca Color Preview on White Background

Lorem ipsum dolor sit amet.

#09edca Color CSS Codes

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

#09edca Text Font Color

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

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


#09edca Background Color

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

This div background color is #09edca


#09edca Border Color

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

This div border color is #09edca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09edca


Comments

No comments written yet.

Please login to write comment.