Color Hex Logo

#251dee Color Hex

#251DEE
(37,29,238)
0 Favorites   0 Comments

Color spaces of #251dee

RGB 3729238
HSL0.670.860.52
HSV242°88°93°
CMYK 0.840.880.00   0.07
XYZ16.63497.445181.4492
Yxy7.44510.15760.0706
Hunter Lab27.285761.0736-157.8836
CIE-Lab32.799469.3392-97.4169

#251dee color RGB value is (37,29,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00011101 11101110
Octal 45 35 356
Decimal 37 29 238
Hex 25 1D EE

RGB Percentages of Color #251dee

%12.17
%9.54
%78.29

CMYK Percentages of Color #251dee

%84
%88
%0
%7

Triadic Colors of #251dee

#251dee #ee251d #1dee25

Analogous Colors of #251dee

#251dee #8e1dee #1d7eee

Monochromatic Colors of #251dee

#251dee

Complementary Color

#251dee #e6ee1d

#251dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#251dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#251dee Color CSS Codes

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

#251dee Text Font Color

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

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


#251dee Background Color

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

This div background color is #251dee


#251dee Border Color

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

This div border color is #251dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #251dee


Comments

No comments written yet.

Please login to write comment.