Color Hex Logo

#254eee Color Hex

#254EEE
(37,78,238)
0 Favorites   0 Comments

Color spaces of #254eee

RGB 3778238
HSL0.630.860.54
HSV228°84°93°
CMYK 0.840.670.00   0.07
XYZ18.920012.015182.2109
Yxy12.01510.16720.1062
Hunter Lab34.662836.7708-116.3561
CIE-Lab41.240145.2181-83.4283

#254eee color RGB value is (37,78,238).

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

The process color (four color CMYK) of #254eee color hex is 0.84, 0.67, 0.00, 0.07. Web safe color of #254eee is #3366ff. Color #254eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001110 11101110
Octal 45 116 356
Decimal 37 78 238
Hex 25 4E EE

RGB Percentages of Color #254eee

%10.48
%22.10
%67.42

CMYK Percentages of Color #254eee

%84
%67
%0
%7

Triadic Colors of #254eee

#254eee #ee254e #4eee25

Analogous Colors of #254eee

#254eee #6125ee #25b3ee

Monochromatic Colors of #254eee

#254eee

Complementary Color

#254eee #eec525

#254eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#254eee Color CSS Codes

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

#254eee Text Font Color

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

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


#254eee Background Color

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

This div background color is #254eee


#254eee Border Color

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

This div border color is #254eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254eee


Comments

No comments written yet.

Please login to write comment.