Color Hex Logo

#253ccc Color Hex

#253CCC
(37,60,204)
0 Favorites   0 Comments

Color spaces of #253ccc

RGB 3760204
HSL0.640.690.47
HSV232°82°80°
CMYK 0.820.710.00   0.20
XYZ13.27797.984757.9681
Yxy7.98470.16760.1008
Hunter Lab28.257234.4260-101.8501
CIE-Lab33.951044.1320-75.9738

#253ccc color RGB value is (37,60,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111100 11001100
Octal 45 74 314
Decimal 37 60 204
Hex 25 3C CC

RGB Percentages of Color #253ccc

%12.29
%19.93
%67.77

CMYK Percentages of Color #253ccc

%82
%71
%0
%20

Triadic Colors of #253ccc

#253ccc #cc253c #3ccc25

Analogous Colors of #253ccc

#253ccc #6225cc #2590cc

Monochromatic Colors of #253ccc

#253ccc

Complementary Color

#253ccc #ccb525

#253ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#253ccc Color CSS Codes

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

#253ccc Text Font Color

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

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


#253ccc Background Color

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

This div background color is #253ccc


#253ccc Border Color

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

This div border color is #253ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253ccc


Comments

No comments written yet.

Please login to write comment.