Color Hex Logo

#009bee Color Hex

#009BEE
(0,155,238)
0 Favorites   0 Comments

Color spaces of #009bee

RGB 0155238
HSL0.561.000.47
HSV201°100°93°
CMYK 1.000.350.00   0.07
XYZ27.154029.615785.1742
Yxy29.61570.19130.2086
Hunter Lab54.4203-6.1697-54.7016
CIE-Lab61.3212-3.9735-50.9680

#009bee color RGB value is (0,155,238).

#009bee hex color red value is 0, green value is 155 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #009bee hue: 0.56 , saturation: 1.00 and the lightness value of 009bee is 0.47.

The process color (four color CMYK) of #009bee color hex is 1.00, 0.35, 0.00, 0.07. Web safe color of #009bee is #0099ff. Color #009bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011011 11101110
Octal 0 233 356
Decimal 0 155 238
Hex 0 9B EE

RGB Percentages of Color #009bee

%0.00
%39.44
%60.56

CMYK Percentages of Color #009bee

%100
%35
%0
%7

Triadic Colors of #009bee

#009bee #ee009b #9bee00

Analogous Colors of #009bee

#009bee #0024ee #00eeca

Monochromatic Colors of #009bee

#009bee

Complementary Color

#009bee #ee5300

#009bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#009bee Color CSS Codes

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

#009bee Text Font Color

<p style="color:#009bee">Text here</p>

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


#009bee Background Color

<div style="background-color:#009bee">
Div content here</div>

This div background color is #009bee


#009bee Border Color

<div style="border:3px solid #009bee">
Div here</div>

This div border color is #009bee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,155,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #009bee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #009bee;
  -webkit-box-shadow: 1px 1px 3px 2px #009bee;
  box-shadow:         1px 1px 3px 2px #009bee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,155,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 #009bee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009bee

#009bee Color Palettes


Comments

No comments written yet.

Please login to write comment.