Color Hex Logo

#005cca Color Hex

#005CCA
(0,92,202)
0 Favorites   0 Comments

Color spaces of #005cca

RGB 092202
HSL0.591.000.40
HSV213°100°79°
CMYK 1.000.540.00   0.21
XYZ14.487811.918657.4140
Yxy11.91860.17280.1422
Hunter Lab34.523314.4922-74.4359
CIE-Lab41.086521.0279-63.1532

#005cca color RGB value is (0,92,202).

#005cca hex color red value is 0, green value is 92 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #005cca hue: 0.59 , saturation: 1.00 and the lightness value of 005cca is 0.40.

The process color (four color CMYK) of #005cca color hex is 1.00, 0.54, 0.00, 0.21. Web safe color of #005cca is #0066cc. Color #005cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011100 11001010
Octal 0 134 312
Decimal 0 92 202
Hex 0 5C CA

RGB Percentages of Color #005cca

%0.00
%31.29
%68.71

CMYK Percentages of Color #005cca

%100
%54
%0
%21

Triadic Colors of #005cca

#005cca #ca005c #5cca00

Analogous Colors of #005cca

#005cca #0900ca #00c1ca

Monochromatic Colors of #005cca

#005cca

Complementary Color

#005cca #ca6e00

#005cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#005cca Color CSS Codes

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

#005cca Text Font Color

<p style="color:#005cca">Text here</p>

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


#005cca Background Color

<div style="background-color:#005cca">
Div content here</div>

This div background color is #005cca


#005cca Border Color

<div style="border:3px solid #005cca">
Div here</div>

This div border color is #005cca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,92,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #005cca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #005cca;
  -webkit-box-shadow: 1px 1px 3px 2px #005cca;
  box-shadow:         1px 1px 3px 2px #005cca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005cca


Comments

No comments written yet.

Please login to write comment.