Color Hex Logo

#253acc Color Hex

#253ACC
(37,58,204)
0 Favorites   0 Comments

Color spaces of #253acc

RGB 3758204
HSL0.650.690.47
HSV232°82°80°
CMYK 0.820.720.00   0.20
XYZ13.17517.779157.9338
Yxy7.77910.16700.0986
Hunter Lab27.891035.5101-103.6303
CIE-Lab33.518545.3248-76.6875

#253acc color RGB value is (37,58,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111010 11001100
Octal 45 72 314
Decimal 37 58 204
Hex 25 3A CC

RGB Percentages of Color #253acc

%12.37
%19.40
%68.23

CMYK Percentages of Color #253acc

%82
%72
%0
%20

Triadic Colors of #253acc

#253acc #cc253a #3acc25

Analogous Colors of #253acc

#253acc #6325cc #258ecc

Monochromatic Colors of #253acc

#253acc

Complementary Color

#253acc #ccb725

#253acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#253acc Color CSS Codes

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

#253acc Text Font Color

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

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


#253acc Background Color

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

This div background color is #253acc


#253acc Border Color

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

This div border color is #253acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253acc


Comments

No comments written yet.

Please login to write comment.