Color Hex Logo

#008dff Color Hex

#008DFF
(0,141,255)
0 Favorites   0 Comments

Color spaces of #008dff

RGB 0141255
HSL0.571.000.50
HSV207°100°100°
CMYK 1.000.450.00   0.00
XYZ27.574926.269898.2250
Yxy26.26980.18130.1727
Hunter Lab51.25416.3391-77.7475
CIE-Lab58.292310.7751-65.1589

#008dff color RGB value is (0,141,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10001101 11111111
Octal 0 215 377
Decimal 0 141 255
Hex 0 8D FF

RGB Percentages of Color #008dff

%0.00
%35.61
%64.39

CMYK Percentages of Color #008dff

%100
%45
%0
%0

Triadic Colors of #008dff

#008dff #ff008d #8dff00

Analogous Colors of #008dff

#008dff #000dff #00fff2

Monochromatic Colors of #008dff

#008dff

Complementary Color

#008dff #ff7200

#008dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#008dff Color CSS Codes

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

#008dff Text Font Color

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

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


#008dff Background Color

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

This div background color is #008dff


#008dff Border Color

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

This div border color is #008dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008dff


Comments

No comments written yet.

Please login to write comment.