Color Hex Logo

#024ccc Color Hex

#024CCC
(2,76,204)
0 Favorites   0 Comments

Color spaces of #024ccc

RGB 276204
HSL0.610.980.40
HSV218°99°80°
CMYK 0.990.630.00   0.20
XYZ13.50869.541458.2564
Yxy9.54140.16610.1174
Hunter Lab30.889224.0065-90.1975
CIE-Lab37.006432.4559-70.9741

#024ccc color RGB value is (2,76,204).

#024ccc hex color red value is 2, green value is 76 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #024ccc hue: 0.61 , saturation: 0.98 and the lightness value of 024ccc is 0.40.

The process color (four color CMYK) of #024ccc color hex is 0.99, 0.63, 0.00, 0.20. Web safe color of #024ccc is #0033cc. Color #024ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001100 11001100
Octal 2 114 314
Decimal 2 76 204
Hex 2 4C CC

RGB Percentages of Color #024ccc

%0.71
%26.95
%72.34

CMYK Percentages of Color #024ccc

%99
%63
%0
%20

Triadic Colors of #024ccc

#024ccc #cc024c #4ccc02

Analogous Colors of #024ccc

#024ccc #1d02cc #02b1cc

Monochromatic Colors of #024ccc

#024ccc

Complementary Color

#024ccc #cc8202

#024ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#024ccc Color CSS Codes

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

#024ccc Text Font Color

<p style="color:#024ccc">Text here</p>

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


#024ccc Background Color

<div style="background-color:#024ccc">
Div content here</div>

This div background color is #024ccc


#024ccc Border Color

<div style="border:3px solid #024ccc">
Div here</div>

This div border color is #024ccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,76,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #024ccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #024ccc;
  -webkit-box-shadow: 1px 1px 3px 2px #024ccc;
  box-shadow:         1px 1px 3px 2px #024ccc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024ccc


Comments

No comments written yet.

Please login to write comment.