Color Hex Logo

#008efc Color Hex

#008EFC
(0,142,252)
0 Favorites   0 Comments

Color spaces of #008efc

RGB 0142252
HSL0.571.000.49
HSV206°100°99°
CMYK 1.000.440.00   0.01
XYZ27.243726.374395.7503
Yxy26.37430.18240.1766
Hunter Lab51.35594.8193-74.5938
CIE-Lab58.39069.0205-63.3526

#008efc color RGB value is (0,142,252).

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

The process color (four color CMYK) of #008efc color hex is 1.00, 0.44, 0.00, 0.01. Web safe color of #008efc is #0099ff. Color #008efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10001110 11111100
Octal 0 216 374
Decimal 0 142 252
Hex 0 8E FC

RGB Percentages of Color #008efc

%0.00
%36.04
%63.96

CMYK Percentages of Color #008efc

%100
%44
%0
%1

Triadic Colors of #008efc

#008efc #fc008e #8efc00

Analogous Colors of #008efc

#008efc #0010fc #00fcec

Monochromatic Colors of #008efc

#008efc

Complementary Color

#008efc #fc6e00

#008efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#008efc Color CSS Codes

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

#008efc Text Font Color

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

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


#008efc Background Color

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

This div background color is #008efc


#008efc Border Color

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

This div border color is #008efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008efc


Comments

No comments written yet.

Please login to write comment.