Color Hex Logo

#253edd Color Hex

#253EDD
(37,62,221)
0 Favorites   0 Comments

Color spaces of #253edd

RGB 3762221
HSL0.640.730.51
HSV232°83°87°
CMYK 0.830.720.00   0.13
XYZ15.53679.059069.3363
Yxy9.05900.16540.0964
Hunter Lab30.098239.4700-115.5160
CIE-Lab36.097648.8275-82.2432

#253edd color RGB value is (37,62,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111110 11011101
Octal 45 76 335
Decimal 37 62 221
Hex 25 3E DD

RGB Percentages of Color #253edd

%11.56
%19.38
%69.06

CMYK Percentages of Color #253edd

%83
%72
%0
%13

Triadic Colors of #253edd

#253edd #dd253e #3edd25

Analogous Colors of #253edd

#253edd #6825dd #259add

Monochromatic Colors of #253edd

#253edd

Complementary Color

#253edd #ddc425

#253edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#253edd Color CSS Codes

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

#253edd Text Font Color

<p style="color:#253edd">Text here</p>

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


#253edd Background Color

<div style="background-color:#253edd">
Div content here</div>

This div background color is #253edd


#253edd Border Color

<div style="border:3px solid #253edd">
Div here</div>

This div border color is #253edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253edd


Comments

No comments written yet.

Please login to write comment.