Color Hex Logo

#253fcd Color Hex

#253FCD
(37,63,205)
0 Favorites   0 Comments

Color spaces of #253fcd

RGB 3763205
HSL0.640.690.47
HSV231°82°80°
CMYK 0.820.690.00   0.20
XYZ13.55998.356158.6558
Yxy8.35610.16830.1037
Hunter Lab28.906933.1452-100.0721
CIE-Lab34.713842.6680-75.2972

#253fcd color RGB value is (37,63,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111111 11001101
Octal 45 77 315
Decimal 37 63 205
Hex 25 3F CD

RGB Percentages of Color #253fcd

%12.13
%20.66
%67.21

CMYK Percentages of Color #253fcd

%82
%69
%0
%20

Triadic Colors of #253fcd

#253fcd #cd253f #3fcd25

Analogous Colors of #253fcd

#253fcd #5f25cd #2593cd

Monochromatic Colors of #253fcd

#253fcd

Complementary Color

#253fcd #cdb325

#253fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#253fcd Color CSS Codes

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

#253fcd Text Font Color

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

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


#253fcd Background Color

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

This div background color is #253fcd


#253fcd Border Color

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

This div border color is #253fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253fcd


Comments

No comments written yet.

Please login to write comment.