Color Hex Logo

#09cbee Color Hex

#09CBEE
(9,203,238)
0 Favorites   0 Comments

Color spaces of #09cbee

RGB 9203238
HSL0.530.930.48
HSV189°96°93°
CMYK 0.960.150.00   0.07
XYZ36.901248.943088.3910
Yxy48.94300.21180.2809
Hunter Lab69.9593-28.2759-25.9393
CIE-Lab75.4159-29.2765-28.9583

#09cbee color RGB value is (9,203,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11001011 11101110
Octal 11 313 356
Decimal 9 203 238
Hex 9 CB EE

RGB Percentages of Color #09cbee

%2.00
%45.11
%52.89

CMYK Percentages of Color #09cbee

%96
%15
%0
%7

Triadic Colors of #09cbee

#09cbee #ee09cb #cbee09

Analogous Colors of #09cbee

#09cbee #0958ee #09ee9f

Monochromatic Colors of #09cbee

#09cbee

Complementary Color

#09cbee #ee2c09

#09cbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09cbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#09cbee Color CSS Codes

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

#09cbee Text Font Color

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

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


#09cbee Background Color

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

This div background color is #09cbee


#09cbee Border Color

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

This div border color is #09cbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09cbee


Comments

No comments written yet.

Please login to write comment.