Color Hex Logo

#253cca Color Hex

#253CCA
(37,60,202)
0 Favorites   0 Comments

Color spaces of #253cca

RGB 3760202
HSL0.640.690.47
HSV232°82°79°
CMYK 0.820.700.00   0.21
XYZ13.03957.889356.7126
Yxy7.88930.16790.1016
Hunter Lab28.087933.7129-100.0516
CIE-Lab33.751343.4308-75.1394

#253cca color RGB value is (37,60,202).

#253cca hex color red value is 37, green value is 60 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #253cca hue: 0.64 , saturation: 0.69 and the lightness value of 253cca is 0.47.

The process color (four color CMYK) of #253cca color hex is 0.82, 0.70, 0.00, 0.21. Web safe color of #253cca is #3333cc. Color #253cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111100 11001010
Octal 45 74 312
Decimal 37 60 202
Hex 25 3C CA

RGB Percentages of Color #253cca

%12.37
%20.07
%67.56

CMYK Percentages of Color #253cca

%82
%70
%0
%21

Triadic Colors of #253cca

#253cca #ca253c #3cca25

Analogous Colors of #253cca

#253cca #6025ca #258fca

Monochromatic Colors of #253cca

#253cca

Complementary Color

#253cca #cab325

#253cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#253cca Color CSS Codes

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

#253cca Text Font Color

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

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


#253cca Background Color

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

This div background color is #253cca


#253cca Border Color

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

This div border color is #253cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253cca


Comments

No comments written yet.

Please login to write comment.