Color Hex Logo

#09efce Color Hex

#09EFCE
(9,239,206)
0 Favorites   0 Comments

Color spaces of #09efce

RGB 9239206
HSL0.480.930.49
HSV171°96°94°
CMYK 0.960.000.14   0.06
XYZ42.119766.247368.9596
Yxy66.24730.23750.3736
Hunter Lab81.3924-50.06506.7414
CIE-Lab85.1224-54.67302.5944

#09efce color RGB value is (9,239,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11101111 11001110
Octal 11 357 316
Decimal 9 239 206
Hex 9 EF CE

RGB Percentages of Color #09efce

%1.98
%52.64
%45.37

CMYK Percentages of Color #09efce

%96
%0
%14
%6

Triadic Colors of #09efce

#09efce #ce09ef #efce09

Analogous Colors of #09efce

#09efce #099def #09ef5b

Monochromatic Colors of #09efce

#09efce

Complementary Color

#09efce #ef092a

#09efce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09efce Color Preview on White Background

Lorem ipsum dolor sit amet.

#09efce Color CSS Codes

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

#09efce Text Font Color

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

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


#09efce Background Color

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

This div background color is #09efce


#09efce Border Color

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

This div border color is #09efce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09efce


Comments

No comments written yet.

Please login to write comment.