Color Hex Logo

#008df0 Color Hex

#008DF0
(0,141,240)
0 Favorites   0 Comments

Color spaces of #008df0

RGB 0141240
HSL0.571.000.47
HSV205°100°94°
CMYK 1.000.410.00   0.06
XYZ25.253125.341085.9984
Yxy25.34100.18490.1855
Hunter Lab50.33981.4502-66.0506
CIE-Lab57.40625.0308-58.3106

#008df0 color RGB value is (0,141,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10001101 11110000
Octal 0 215 360
Decimal 0 141 240
Hex 0 8D F0

RGB Percentages of Color #008df0

%0.00
%37.01
%62.99

CMYK Percentages of Color #008df0

%100
%41
%0
%6

Triadic Colors of #008df0

#008df0 #f0008d #8df000

Analogous Colors of #008df0

#008df0 #0015f0 #00f0db

Monochromatic Colors of #008df0

#008df0

Complementary Color

#008df0 #f06300

#008df0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008df0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#008df0 Color CSS Codes

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

#008df0 Text Font Color

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

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


#008df0 Background Color

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

This div background color is #008df0


#008df0 Border Color

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

This div border color is #008df0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008df0


Comments

No comments written yet.

Please login to write comment.