Color Hex Logo

#254ede Color Hex

#254EDE
(37,78,222)
0 Favorites   0 Comments

Color spaces of #254ede

RGB 3778222
HSL0.630.740.51
HSV227°83°87°
CMYK 0.830.650.00   0.13
XYZ16.672211.116070.3741
Yxy11.11600.16980.1132
Hunter Lab33.340730.9138-101.8084
CIE-Lab39.775239.4803-76.7569

#254ede color RGB value is (37,78,222).

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

The process color (four color CMYK) of #254ede color hex is 0.83, 0.65, 0.00, 0.13. Web safe color of #254ede is #3366cc. Color #254ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001110 11011110
Octal 45 116 336
Decimal 37 78 222
Hex 25 4E DE

RGB Percentages of Color #254ede

%10.98
%23.15
%65.88

CMYK Percentages of Color #254ede

%83
%65
%0
%13

Triadic Colors of #254ede

#254ede #de254e #4ede25

Analogous Colors of #254ede

#254ede #5825de #25abde

Monochromatic Colors of #254ede

#254ede

Complementary Color

#254ede #deb525

#254ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#254ede Color CSS Codes

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

#254ede Text Font Color

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

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


#254ede Background Color

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

This div background color is #254ede


#254ede Border Color

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

This div border color is #254ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254ede


Comments

No comments written yet.

Please login to write comment.