Color Hex Logo

#253dee Color Hex

#253DEE
(37,61,238)
0 Favorites   0 Comments

Color spaces of #253dee

RGB 3761238
HSL0.650.860.54
HSV233°84°93°
CMYK 0.840.740.00   0.07
XYZ17.86439.903881.8590
Yxy9.90380.16300.0903
Hunter Lab31.470346.2535-132.1930
CIE-Lab37.669255.0756-89.3247

#253dee color RGB value is (37,61,238).

#253dee hex color red value is 37, green value is 61 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #253dee hue: 0.65 , saturation: 0.86 and the lightness value of 253dee is 0.54.

The process color (four color CMYK) of #253dee color hex is 0.84, 0.74, 0.00, 0.07. Web safe color of #253dee is #3333ff. Color #253dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111101 11101110
Octal 45 75 356
Decimal 37 61 238
Hex 25 3D EE

RGB Percentages of Color #253dee

%11.01
%18.15
%70.83

CMYK Percentages of Color #253dee

%84
%74
%0
%7

Triadic Colors of #253dee

#253dee #ee253d #3dee25

Analogous Colors of #253dee

#253dee #7125ee #25a2ee

Monochromatic Colors of #253dee

#253dee

Complementary Color

#253dee #eed625

#253dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#253dee Color CSS Codes

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

#253dee Text Font Color

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

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


#253dee Background Color

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

This div background color is #253dee


#253dee Border Color

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

This div border color is #253dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253dee


Comments

No comments written yet.

Please login to write comment.