Color Hex Logo

#253fc8 Color Hex

#253FC8
(37,63,200)
0 Favorites   0 Comments

Color spaces of #253fc8

RGB 3763200
HSL0.640.690.46
HSV230°82°78°
CMYK 0.820.690.00   0.22
XYZ12.96588.118555.5272
Yxy8.11850.16920.1060
Hunter Lab28.493031.3641-95.5994
CIE-Lab34.228540.8872-73.1876

#253fc8 color RGB value is (37,63,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111111 11001000
Octal 45 77 310
Decimal 37 63 200
Hex 25 3F C8

RGB Percentages of Color #253fc8

%12.33
%21.00
%66.67

CMYK Percentages of Color #253fc8

%82
%69
%0
%22

Triadic Colors of #253fc8

#253fc8 #c8253f #3fc825

Analogous Colors of #253fc8

#253fc8 #5d25c8 #2591c8

Monochromatic Colors of #253fc8

#253fc8

Complementary Color

#253fc8 #c8ae25

#253fc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253fc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253fc8 Color CSS Codes

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

#253fc8 Text Font Color

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

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


#253fc8 Background Color

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

This div background color is #253fc8


#253fc8 Border Color

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

This div border color is #253fc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253fc8


Comments

No comments written yet.

Please login to write comment.