Color Hex Logo

#09eadf Color Hex

#09EADF
(9,234,223)
0 Favorites   0 Comments

Color spaces of #09eadf

RGB 9234223
HSL0.490.930.48
HSV177°96°92°
CMYK 0.960.000.05   0.08
XYZ42.854864.231479.9513
Yxy64.23140.22910.3434
Hunter Lab80.1445-44.8055-3.0459
CIE-Lab84.0861-48.0013-7.8718

#09eadf color RGB value is (9,234,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11101010 11011111
Octal 11 352 337
Decimal 9 234 223
Hex 9 EA DF

RGB Percentages of Color #09eadf

%1.93
%50.21
%47.85

CMYK Percentages of Color #09eadf

%96
%0
%5
%8

Triadic Colors of #09eadf

#09eadf #df09ea #eadf09

Analogous Colors of #09eadf

#09eadf #0985ea #09ea6f

Monochromatic Colors of #09eadf

#09eadf

Complementary Color

#09eadf #ea0914

#09eadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09eadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#09eadf Color CSS Codes

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

#09eadf Text Font Color

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

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


#09eadf Background Color

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

This div background color is #09eadf


#09eadf Border Color

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

This div border color is #09eadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09eadf


Comments

No comments written yet.

Please login to write comment.