Color Hex Logo

#254bef Color Hex

#254BEF
(37,75,239)
0 Favorites   0 Comments

Color spaces of #254bef

RGB 3775239
HSL0.640.860.54
HSV229°85°94°
CMYK 0.850.690.00   0.06
XYZ18.859011.657582.9175
Yxy11.65750.16630.1028
Hunter Lab34.143138.8444-120.0874
CIE-Lab40.666547.3764-84.9375

#254bef color RGB value is (37,75,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001011 11101111
Octal 45 113 357
Decimal 37 75 239
Hex 25 4B EF

RGB Percentages of Color #254bef

%10.54
%21.37
%68.09

CMYK Percentages of Color #254bef

%85
%69
%0
%6

Triadic Colors of #254bef

#254bef #ef254b #4bef25

Analogous Colors of #254bef

#254bef #6425ef #25b0ef

Monochromatic Colors of #254bef

#254bef

Complementary Color

#254bef #efc925

#254bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#254bef Color CSS Codes

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

#254bef Text Font Color

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

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


#254bef Background Color

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

This div background color is #254bef


#254bef Border Color

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

This div border color is #254bef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,75,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 #254bef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254bef


Comments

No comments written yet.

Please login to write comment.