Color Hex Logo

#253453 Color Hex

#253453
(37,52,83)
1 Favorites   0 Comments

Color spaces of #253453

RGB 375283
HSL0.610.380.24
HSV220°55°33°
CMYK 0.550.370.00   0.67
XYZ3.55233.47388.6669
Yxy3.47380.22640.2214
Hunter Lab18.63811.4041-14.5237
CIE-Lab21.84954.0266-20.7752

#253453 color RGB value is (37,52,83).

#253453 hex color red value is 37, green value is 52 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #253453 hue: 0.61 , saturation: 0.38 and the lightness value of 253453 is 0.24.

The process color (four color CMYK) of #253453 color hex is 0.55, 0.37, 0.00, 0.67. Web safe color of #253453 is #333366. Color #253453 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110100 01010011
Octal 45 64 123
Decimal 37 52 83
Hex 25 34 53

RGB Percentages of Color #253453

%21.51
%30.23
%48.26

CMYK Percentages of Color #253453

%55
%37
%0
%67

Triadic Colors of #253453

#253453 #532534 #345325

Analogous Colors of #253453

#253453 #2d2553 #254b53

Monochromatic Colors of #253453

#253453

Complementary Color

#253453 #534425

#253453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253453 Color CSS Codes

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

#253453 Text Font Color

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

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


#253453 Background Color

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

This div background color is #253453


#253453 Border Color

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

This div border color is #253453


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,52,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #253453; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #253453;
  -webkit-box-shadow: 1px 1px 3px 2px #253453;
  box-shadow:         1px 1px 3px 2px #253453; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,52,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253453


Comments

No comments written yet.

Please login to write comment.