Color Hex Logo

#252aec Color Hex

#252AEC
(37,42,236)
0 Favorites   0 Comments

Color spaces of #252aec

RGB 3742236
HSL0.660.840.54
HSV238°84°93°
CMYK 0.840.820.00   0.07
XYZ16.73128.105480.0395
Yxy8.10540.15950.0773
Hunter Lab28.470055.0782-146.7568
CIE-Lab34.201463.8348-93.9462

#252aec color RGB value is (37,42,236).

#252aec hex color red value is 37, green value is 42 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #252aec hue: 0.66 , saturation: 0.84 and the lightness value of 252aec is 0.54.

The process color (four color CMYK) of #252aec color hex is 0.84, 0.82, 0.00, 0.07. Web safe color of #252aec is #3333ff. Color #252aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101010 11101100
Octal 45 52 354
Decimal 37 42 236
Hex 25 2A EC

RGB Percentages of Color #252aec

%11.75
%13.33
%74.92

CMYK Percentages of Color #252aec

%84
%82
%0
%7

Triadic Colors of #252aec

#252aec #ec252a #2aec25

Analogous Colors of #252aec

#252aec #8425ec #258eec

Monochromatic Colors of #252aec

#252aec

Complementary Color

#252aec #ece725

#252aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#252aec Color CSS Codes

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

#252aec Text Font Color

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

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


#252aec Background Color

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

This div background color is #252aec


#252aec Border Color

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

This div border color is #252aec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,42,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #252aec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #252aec;
  -webkit-box-shadow: 1px 1px 3px 2px #252aec;
  box-shadow:         1px 1px 3px 2px #252aec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252aec


Comments

No comments written yet.

Please login to write comment.