Color Hex Logo

#254cde Color Hex

#254CDE
(37,76,222)
0 Favorites   0 Comments

Color spaces of #254cde

RGB 3776222
HSL0.630.740.51
HSV227°83°87°
CMYK 0.830.660.00   0.13
XYZ16.532210.836170.3275
Yxy10.83610.16920.1109
Hunter Lab32.918232.0394-103.6262
CIE-Lab39.303040.7297-77.5327

#254cde color RGB value is (37,76,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001100 11011110
Octal 45 114 336
Decimal 37 76 222
Hex 25 4C DE

RGB Percentages of Color #254cde

%11.04
%22.69
%66.27

CMYK Percentages of Color #254cde

%83
%66
%0
%13

Triadic Colors of #254cde

#254cde #de254c #4cde25

Analogous Colors of #254cde

#254cde #5a25de #25a9de

Monochromatic Colors of #254cde

#254cde

Complementary Color

#254cde #deb725

#254cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#254cde Color CSS Codes

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

#254cde Text Font Color

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

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


#254cde Background Color

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

This div background color is #254cde


#254cde Border Color

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

This div border color is #254cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254cde


Comments

No comments written yet.

Please login to write comment.