Color Hex Logo

#09ceed Color Hex

#09CEED
(9,206,237)
0 Favorites   0 Comments

Color spaces of #09ceed

RGB 9206237
HSL0.520.930.48
HSV188°96°93°
CMYK 0.960.130.00   0.07
XYZ37.470050.315187.8577
Yxy50.31510.21330.2865
Hunter Lab70.9331-29.8414-23.7833
CIE-Lab76.2623-31.0602-27.1229

#09ceed color RGB value is (9,206,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11001110 11101101
Octal 11 316 355
Decimal 9 206 237
Hex 9 CE ED

RGB Percentages of Color #09ceed

%1.99
%45.58
%52.43

CMYK Percentages of Color #09ceed

%96
%13
%0
%7

Triadic Colors of #09ceed

#09ceed #ed09ce #ceed09

Analogous Colors of #09ceed

#09ceed #095ced #09ed9a

Monochromatic Colors of #09ceed

#09ceed

Complementary Color

#09ceed #ed2809

#09ceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09ceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#09ceed Color CSS Codes

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

#09ceed Text Font Color

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

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


#09ceed Background Color

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

This div background color is #09ceed


#09ceed Border Color

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

This div border color is #09ceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09ceed


Comments

No comments written yet.

Please login to write comment.