Color Hex Logo

#008ebe Color Hex

#008EBE
(0,142,190)
0 Favorites   0 Comments

Color spaces of #008ebe

RGB 0142190
HSL0.541.000.37
HSV195°100°75°
CMYK 1.000.250.00   0.25
XYZ18.967323.063752.1673
Yxy23.06370.20140.2448
Hunter Lab48.0247-13.5448-30.7871
CIE-Lab55.1379-14.4431-33.8467

#008ebe color RGB value is (0,142,190).

#008ebe hex color red value is 0, green value is 142 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #008ebe hue: 0.54 , saturation: 1.00 and the lightness value of 008ebe is 0.37.

The process color (four color CMYK) of #008ebe color hex is 1.00, 0.25, 0.00, 0.25. Web safe color of #008ebe is #0099cc. Color #008ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10001110 10111110
Octal 0 216 276
Decimal 0 142 190
Hex 0 8E BE

RGB Percentages of Color #008ebe

%0.00
%42.77
%57.23

CMYK Percentages of Color #008ebe

%100
%25
%0
%25

Triadic Colors of #008ebe

#008ebe #be008e #8ebe00

Analogous Colors of #008ebe

#008ebe #002fbe #00be8f

Monochromatic Colors of #008ebe

#008ebe

Complementary Color

#008ebe #be3000

#008ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#008ebe Color CSS Codes

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

#008ebe Text Font Color

<p style="color:#008ebe">Text here</p>

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


#008ebe Background Color

<div style="background-color:#008ebe">
Div content here</div>

This div background color is #008ebe


#008ebe Border Color

<div style="border:3px solid #008ebe">
Div here</div>

This div border color is #008ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,142,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #008ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #008ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #008ebe;
  box-shadow:         1px 1px 3px 2px #008ebe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,142,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008ebe


Comments

No comments written yet.

Please login to write comment.