Color Hex Logo

#09dceb Color Hex

#09DCEB
(9,220,235)
0 Favorites   0 Comments

Color spaces of #09dceb

RGB 9220235
HSL0.510.930.48
HSV184°96°92°
CMYK 0.960.060.00   0.08
XYZ40.701357.242687.5010
Yxy57.24260.21950.3087
Hunter Lab75.6588-36.3774-15.6089
CIE-Lab80.3159-38.2830-19.8817

#09dceb color RGB value is (9,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11011100 11101011
Octal 11 334 353
Decimal 9 220 235
Hex 9 DC EB

RGB Percentages of Color #09dceb

%1.94
%47.41
%50.65

CMYK Percentages of Color #09dceb

%96
%6
%0
%8

Triadic Colors of #09dceb

#09dceb #eb09dc #dceb09

Analogous Colors of #09dceb

#09dceb #096beb #09eb89

Monochromatic Colors of #09dceb

#09dceb

Complementary Color

#09dceb #eb1809

#09dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#09dceb Color CSS Codes

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

#09dceb Text Font Color

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

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


#09dceb Background Color

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

This div background color is #09dceb


#09dceb Border Color

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

This div border color is #09dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09dceb


Comments

No comments written yet.

Please login to write comment.