Color Hex Logo

#254aef Color Hex

#254AEF
(37,74,239)
0 Favorites   0 Comments

Color spaces of #254aef

RGB 3774239
HSL0.640.860.54
HSV229°85°94°
CMYK 0.850.690.00   0.06
XYZ18.791711.522982.8951
Yxy11.52290.16600.1018
Hunter Lab33.945439.4107-121.0252
CIE-Lab40.447647.9728-85.2985

#254aef color RGB value is (37,74,239).

#254aef hex color red value is 37, green value is 74 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #254aef hue: 0.64 , saturation: 0.86 and the lightness value of 254aef is 0.54.

The process color (four color CMYK) of #254aef color hex is 0.85, 0.69, 0.00, 0.06. Web safe color of #254aef is #3333ff. Color #254aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001010 11101111
Octal 45 112 357
Decimal 37 74 239
Hex 25 4A EF

RGB Percentages of Color #254aef

%10.57
%21.14
%68.29

CMYK Percentages of Color #254aef

%85
%69
%0
%6

Triadic Colors of #254aef

#254aef #ef254a #4aef25

Analogous Colors of #254aef

#254aef #6525ef #25afef

Monochromatic Colors of #254aef

#254aef

Complementary Color

#254aef #efca25

#254aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#254aef Color CSS Codes

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

#254aef Text Font Color

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

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


#254aef Background Color

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

This div background color is #254aef


#254aef Border Color

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

This div border color is #254aef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,74,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #254aef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #254aef;
  -webkit-box-shadow: 1px 1px 3px 2px #254aef;
  box-shadow:         1px 1px 3px 2px #254aef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254aef


Comments

No comments written yet.

Please login to write comment.