Color Hex Logo

#253edf Color Hex

#253EDF
(37,62,223)
0 Favorites   0 Comments

Color spaces of #253edf

RGB 3762223
HSL0.640.740.51
HSV232°83°87°
CMYK 0.830.720.00   0.13
XYZ15.80499.166370.7483
Yxy9.16630.16510.0958
Hunter Lab30.275940.1994-117.3549
CIE-Lab36.302549.5085-83.0501

#253edf color RGB value is (37,62,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111110 11011111
Octal 45 76 337
Decimal 37 62 223
Hex 25 3E DF

RGB Percentages of Color #253edf

%11.49
%19.25
%69.25

CMYK Percentages of Color #253edf

%83
%72
%0
%13

Triadic Colors of #253edf

#253edf #df253e #3edf25

Analogous Colors of #253edf

#253edf #6925df #259bdf

Monochromatic Colors of #253edf

#253edf

Complementary Color

#253edf #dfc625

#253edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#253edf Color CSS Codes

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

#253edf Text Font Color

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

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


#253edf Background Color

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

This div background color is #253edf


#253edf Border Color

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

This div border color is #253edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253edf


Comments

No comments written yet.

Please login to write comment.