Color Hex Logo

#409cca Color Hex

#409CCA
(64,156,202)
0 Favorites   0 Comments

Color spaces of #409cca

RGB 64156202
HSL0.560.570.52
HSV200°68°79°
CMYK 0.680.230.00   0.21
XYZ24.663529.131260.2001
Yxy29.13120.21640.2555
Hunter Lab53.9733-12.8865-28.3488
CIE-Lab60.8972-12.5383-31.5691

#409cca color RGB value is (64,156,202).

#409cca hex color red value is 64, green value is 156 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #409cca hue: 0.56 , saturation: 0.57 and the lightness value of 409cca is 0.52.

The process color (four color CMYK) of #409cca color hex is 0.68, 0.23, 0.00, 0.21. Web safe color of #409cca is #3399cc. Color #409cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011100 11001010
Octal 100 234 312
Decimal 64 156 202
Hex 40 9C CA

RGB Percentages of Color #409cca

%15.17
%36.97
%47.87

CMYK Percentages of Color #409cca

%68
%23
%0
%21

Triadic Colors of #409cca

#409cca #ca409c #9cca40

Analogous Colors of #409cca

#409cca #4057ca #40cab3

Monochromatic Colors of #409cca

#409cca

Complementary Color

#409cca #ca6e40

#409cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#409cca Color CSS Codes

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

#409cca Text Font Color

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

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


#409cca Background Color

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

This div background color is #409cca


#409cca Border Color

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

This div border color is #409cca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,156,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 #409cca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409cca


Comments

No comments written yet.

Please login to write comment.