Color Hex Logo

#008cff Color Hex

#008CFF
(0,140,255)
1 Favorites   0 Comments

Color spaces of #008cff

RGB 0140255
HSL0.581.000.50
HSV207°100°100°
CMYK 1.000.450.00   0.00
XYZ27.428125.976298.1760
Yxy25.97620.18090.1714
Hunter Lab50.96696.8688-78.5318
CIE-Lab58.014511.3842-65.6058

#008cff color RGB value is (0,140,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10001100 11111111
Octal 0 214 377
Decimal 0 140 255
Hex 0 8C FF

RGB Percentages of Color #008cff

%0.00
%35.44
%64.56

CMYK Percentages of Color #008cff

%100
%45
%0
%0

Triadic Colors of #008cff

#008cff #ff008c #8cff00

Analogous Colors of #008cff

#008cff #000cff #00fff3

Monochromatic Colors of #008cff

#008cff

Complementary Color

#008cff #ff7300

#008cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#008cff Color CSS Codes

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

#008cff Text Font Color

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

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


#008cff Background Color

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

This div background color is #008cff


#008cff Border Color

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

This div border color is #008cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008cff

#008cff Color Palettes


Comments

No comments written yet.

Please login to write comment.