Color Hex Logo

#09bcef Color Hex

#09BCEF
(9,188,239)
0 Favorites   0 Comments

Color spaces of #09bcef

RGB 9188239
HSL0.540.930.49
HSV193°96°94°
CMYK 0.960.210.00   0.06
XYZ33.675942.256588.0428
Yxy42.25650.20540.2577
Hunter Lab65.0050-21.2867-34.7989
CIE-Lab71.0474-21.3996-36.2447

#09bcef color RGB value is (9,188,239).

#09bcef hex color red value is 9, green value is 188 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #09bcef hue: 0.54 , saturation: 0.93 and the lightness value of 09bcef is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10111100 11101111
Octal 11 274 357
Decimal 9 188 239
Hex 9 BC EF

RGB Percentages of Color #09bcef

%2.06
%43.12
%54.82

CMYK Percentages of Color #09bcef

%96
%21
%0
%6

Triadic Colors of #09bcef

#09bcef #ef09bc #bcef09

Analogous Colors of #09bcef

#09bcef #0949ef #09efaf

Monochromatic Colors of #09bcef

#09bcef

Complementary Color

#09bcef #ef3c09

#09bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#09bcef Color CSS Codes

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

#09bcef Text Font Color

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

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


#09bcef Background Color

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

This div background color is #09bcef


#09bcef Border Color

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

This div border color is #09bcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09bcef


Comments

No comments written yet.

Please login to write comment.