Color Hex Logo

#0084cf Color Hex

#0084CF
(0,132,207)
0 Favorites   0 Comments

Color spaces of #0084cf

RGB 0132207
HSL0.561.000.41
HSV202°100°81°
CMYK 1.000.360.00   0.19
XYZ19.513721.007562.0579
Yxy21.00750.19020.2048
Hunter Lab45.8339-4.2134-48.1933
CIE-Lab52.9577-2.2665-46.9295

#0084cf color RGB value is (0,132,207).

#0084cf hex color red value is 0, green value is 132 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #0084cf hue: 0.56 , saturation: 1.00 and the lightness value of 0084cf is 0.41.

The process color (four color CMYK) of #0084cf color hex is 1.00, 0.36, 0.00, 0.19. Web safe color of #0084cf is #0099cc. Color #0084cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000100 11001111
Octal 0 204 317
Decimal 0 132 207
Hex 0 84 CF

RGB Percentages of Color #0084cf

%0.00
%38.94
%61.06

CMYK Percentages of Color #0084cf

%100
%36
%0
%19

Triadic Colors of #0084cf

#0084cf #cf0084 #84cf00

Analogous Colors of #0084cf

#0084cf #001dcf #00cfb3

Monochromatic Colors of #0084cf

#0084cf

Complementary Color

#0084cf #cf4b00

#0084cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0084cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0084cf Color CSS Codes

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

#0084cf Text Font Color

<p style="color:#0084cf">Text here</p>

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


#0084cf Background Color

<div style="background-color:#0084cf">
Div content here</div>

This div background color is #0084cf


#0084cf Border Color

<div style="border:3px solid #0084cf">
Div here</div>

This div border color is #0084cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,132,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0084cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0084cf;
  -webkit-box-shadow: 1px 1px 3px 2px #0084cf;
  box-shadow:         1px 1px 3px 2px #0084cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0084cf


Comments

No comments written yet.

Please login to write comment.