Color Hex Logo

#254add Color Hex

#254ADD
(37,74,221)
0 Favorites   0 Comments

Color spaces of #254add

RGB 3774221
HSL0.630.730.51
HSV228°83°87°
CMYK 0.830.670.00   0.13
XYZ16.262910.511369.5784
Yxy10.51130.16880.1091
Hunter Lab32.421132.8011-104.5464
CIE-Lab38.744941.6118-77.8790

#254add color RGB value is (37,74,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001010 11011101
Octal 45 112 335
Decimal 37 74 221
Hex 25 4A DD

RGB Percentages of Color #254add

%11.14
%22.29
%66.57

CMYK Percentages of Color #254add

%83
%67
%0
%13

Triadic Colors of #254add

#254add #dd254a #4add25

Analogous Colors of #254add

#254add #5c25dd #25a6dd

Monochromatic Colors of #254add

#254add

Complementary Color

#254add #ddb825

#254add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254add Color Preview on White Background

Lorem ipsum dolor sit amet.

#254add Color CSS Codes

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

#254add Text Font Color

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

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


#254add Background Color

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

This div background color is #254add


#254add Border Color

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

This div border color is #254add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254add


Comments

No comments written yet.

Please login to write comment.