Color Hex Logo

#254deb Color Hex

#254DEB
(37,77,235)
0 Favorites   0 Comments

Color spaces of #254deb

RGB 3777235
HSL0.630.830.53
HSV228°84°92°
CMYK 0.840.670.00   0.08
XYZ18.412211.699279.8850
Yxy11.69920.16740.1064
Hunter Lab34.204136.2301-114.5313
CIE-Lab40.734044.7640-82.5669

#254deb color RGB value is (37,77,235).

#254deb hex color red value is 37, green value is 77 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #254deb hue: 0.63 , saturation: 0.83 and the lightness value of 254deb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001101 11101011
Octal 45 115 353
Decimal 37 77 235
Hex 25 4D EB

RGB Percentages of Color #254deb

%10.60
%22.06
%67.34

CMYK Percentages of Color #254deb

%84
%67
%0
%8

Triadic Colors of #254deb

#254deb #eb254d #4deb25

Analogous Colors of #254deb

#254deb #6025eb #25b0eb

Monochromatic Colors of #254deb

#254deb

Complementary Color

#254deb #ebc325

#254deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#254deb Color CSS Codes

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

#254deb Text Font Color

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

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


#254deb Background Color

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

This div background color is #254deb


#254deb Border Color

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

This div border color is #254deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254deb


Comments

No comments written yet.

Please login to write comment.