Color Hex Logo

#09ddfb Color Hex

#09DDFB
(9,221,251)
0 Favorites   0 Comments

Color spaces of #09ddfb

RGB 9221251
HSL0.520.970.51
HSV187°96°98°
CMYK 0.960.120.00   0.02
XYZ43.381758.7360100.3175
Yxy58.73600.21430.2901
Hunter Lab76.6394-33.0791-23.9603
CIE-Lab81.1463-33.7646-27.1181

#09ddfb color RGB value is (9,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11011101 11111011
Octal 11 335 373
Decimal 9 221 251
Hex 9 DD FB

RGB Percentages of Color #09ddfb

%1.87
%45.95
%52.18

CMYK Percentages of Color #09ddfb

%96
%12
%0
%2

Triadic Colors of #09ddfb

#09ddfb #fb09dd #ddfb09

Analogous Colors of #09ddfb

#09ddfb #0964fb #09fba0

Monochromatic Colors of #09ddfb

#09ddfb

Complementary Color

#09ddfb #fb2709

#09ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#09ddfb Color CSS Codes

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

#09ddfb Text Font Color

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

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


#09ddfb Background Color

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

This div background color is #09ddfb


#09ddfb Border Color

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

This div border color is #09ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09ddfb


Comments

No comments written yet.

Please login to write comment.