Color Hex Logo

#253ccf Color Hex

#253CCF
(37,60,207)
0 Favorites   0 Comments

Color spaces of #253ccf

RGB 3760207
HSL0.640.700.48
HSV232°82°81°
CMYK 0.820.710.00   0.19
XYZ13.64138.130059.8818
Yxy8.13000.16710.0996
Hunter Lab28.513235.5002-104.5585
CIE-Lab34.252245.1794-77.2191

#253ccf color RGB value is (37,60,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111100 11001111
Octal 45 74 317
Decimal 37 60 207
Hex 25 3C CF

RGB Percentages of Color #253ccf

%12.17
%19.74
%68.09

CMYK Percentages of Color #253ccf

%82
%71
%0
%19

Triadic Colors of #253ccf

#253ccf #cf253c #3ccf25

Analogous Colors of #253ccf

#253ccf #6325cf #2591cf

Monochromatic Colors of #253ccf

#253ccf

Complementary Color

#253ccf #cfb825

#253ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#253ccf Color CSS Codes

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

#253ccf Text Font Color

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

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


#253ccf Background Color

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

This div background color is #253ccf


#253ccf Border Color

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

This div border color is #253ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253ccf


Comments

No comments written yet.

Please login to write comment.