Color Hex Logo

#003ccd Color Hex

#003CCD
(0,60,205)
0 Favorites   0 Comments

Color spaces of #003ccd

RGB 060205
HSL0.621.000.40
HSV222°100°80°
CMYK 1.000.710.00   0.20
XYZ12.63537.639558.5662
Yxy7.63950.16030.0969
Hunter Lab27.639633.2308-106.2830
CIE-Lab33.220543.0259-77.7889

#003ccd color RGB value is (0,60,205).

#003ccd hex color red value is 0, green value is 60 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #003ccd hue: 0.62 , saturation: 1.00 and the lightness value of 003ccd is 0.40.

The process color (four color CMYK) of #003ccd color hex is 1.00, 0.71, 0.00, 0.20. Web safe color of #003ccd is #0033cc. Color #003ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111100 11001101
Octal 0 74 315
Decimal 0 60 205
Hex 0 3C CD

RGB Percentages of Color #003ccd

%0.00
%22.64
%77.36

CMYK Percentages of Color #003ccd

%100
%71
%0
%20

Triadic Colors of #003ccd

#003ccd #cd003c #3ccd00

Analogous Colors of #003ccd

#003ccd #2b00cd #00a3cd

Monochromatic Colors of #003ccd

#003ccd

Complementary Color

#003ccd #cd9100

#003ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#003ccd Color CSS Codes

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

#003ccd Text Font Color

<p style="color:#003ccd">Text here</p>

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


#003ccd Background Color

<div style="background-color:#003ccd">
Div content here</div>

This div background color is #003ccd


#003ccd Border Color

<div style="border:3px solid #003ccd">
Div here</div>

This div border color is #003ccd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,60,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #003ccd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #003ccd;
  -webkit-box-shadow: 1px 1px 3px 2px #003ccd;
  box-shadow:         1px 1px 3px 2px #003ccd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003ccd


Comments

No comments written yet.

Please login to write comment.