Color Hex Logo

#021ccc Color Hex

#021CCC
(2,28,204)
0 Favorites   0 Comments

Color spaces of #021ccc

RGB 228204
HSL0.650.980.40
HSV232°99°80°
CMYK 0.990.860.00   0.20
XYZ11.33945.203057.5334
Yxy5.20300.15310.0702
Hunter Lab22.810148.8187-133.5789
CIE-Lab27.305559.4814-87.0255

#021ccc color RGB value is (2,28,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 00011100 11001100
Octal 2 34 314
Decimal 2 28 204
Hex 2 1C CC

RGB Percentages of Color #021ccc

%0.85
%11.97
%87.18

CMYK Percentages of Color #021ccc

%99
%86
%0
%20

Triadic Colors of #021ccc

#021ccc #cc021c #1ccc02

Analogous Colors of #021ccc

#021ccc #4d02cc #0281cc

Monochromatic Colors of #021ccc

#021ccc

Complementary Color

#021ccc #ccb202

#021ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#021ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#021ccc Color CSS Codes

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

#021ccc Text Font Color

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

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


#021ccc Background Color

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

This div background color is #021ccc


#021ccc Border Color

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

This div border color is #021ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,28,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 #021ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #021ccc


Comments

No comments written yet.

Please login to write comment.