Color Hex Logo

#09ddef Color Hex

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

Color spaces of #09ddef

RGB 9221239
HSL0.510.930.49
HSV185°96°94°
CMYK 0.960.080.00   0.06
XYZ41.549158.003090.6672
Yxy58.00300.21840.3049
Hunter Lab76.1597-35.8984-17.2722
CIE-Lab80.7405-37.5145-21.3658

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

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

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

Base Numbers

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

RGB Percentages of Color #09ddef

%1.92
%47.12
%50.96

CMYK Percentages of Color #09ddef

%96
%8
%0
%6

Triadic Colors of #09ddef

#09ddef #ef09dd #ddef09

Analogous Colors of #09ddef

#09ddef #096aef #09ef8e

Monochromatic Colors of #09ddef

#09ddef

Complementary Color

#09ddef #ef1b09

#09ddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09ddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#09ddef Color CSS Codes

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

#09ddef Text Font Color

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

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


#09ddef Background Color

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

This div background color is #09ddef


#09ddef Border Color

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

This div border color is #09ddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09ddef


Comments

No comments written yet.

Please login to write comment.