Color Hex Logo

#09bfce Color Hex

#09BFCE
(9,191,206)
0 Favorites   0 Comments

Color spaces of #09bfce

RGB 9191206
HSL0.510.920.42
HSV185°96°81°
CMYK 0.960.070.00   0.19
XYZ29.884041.775964.8810
Yxy41.77590.21890.3060
Hunter Lab64.6343-30.5796-14.2723
CIE-Lab70.7161-33.7834-18.7888

#09bfce color RGB value is (9,191,206).

#09bfce hex color red value is 9, green value is 191 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #09bfce hue: 0.51 , saturation: 0.92 and the lightness value of 09bfce is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10111111 11001110
Octal 11 277 316
Decimal 9 191 206
Hex 9 BF CE

RGB Percentages of Color #09bfce

%2.22
%47.04
%50.74

CMYK Percentages of Color #09bfce

%96
%7
%0
%19

Triadic Colors of #09bfce

#09bfce #ce09bf #bfce09

Analogous Colors of #09bfce

#09bfce #095dce #09ce7b

Monochromatic Colors of #09bfce

#09bfce

Complementary Color

#09bfce #ce1809

#09bfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09bfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#09bfce Color CSS Codes

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

#09bfce Text Font Color

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

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


#09bfce Background Color

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

This div background color is #09bfce


#09bfce Border Color

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

This div border color is #09bfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09bfce


Comments

No comments written yet.

Please login to write comment.