Color Hex Logo

#09ddff Color Hex

#09DDFF
(9,221,255)
0 Favorites   0 Comments

Color spaces of #09ddff

RGB 9221255
HSL0.521.000.52
HSV188°96°100°
CMYK 0.960.130.00   0.00
XYZ44.019158.9910103.6741
Yxy58.99100.21300.2854
Hunter Lab76.8056-32.1072-26.2672
CIE-Lab81.2866-32.4935-29.0228

#09ddff color RGB value is (9,221,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11011101 11111111
Octal 11 335 377
Decimal 9 221 255
Hex 9 DD FF

RGB Percentages of Color #09ddff

%1.86
%45.57
%52.58

CMYK Percentages of Color #09ddff

%96
%13
%0
%0

Triadic Colors of #09ddff

#09ddff #ff09dd #ddff09

Analogous Colors of #09ddff

#09ddff #0962ff #09ffa6

Monochromatic Colors of #09ddff

#09ddff

Complementary Color

#09ddff #ff2b09

#09ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#09ddff Color CSS Codes

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

#09ddff Text Font Color

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

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


#09ddff Background Color

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

This div background color is #09ddff


#09ddff Border Color

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

This div border color is #09ddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09ddff


Comments

No comments written yet.

Please login to write comment.