Color Hex Logo

#251edf Color Hex

#251EDF
(37,30,223)
0 Favorites   0 Comments

Color spaces of #251edf

RGB 3730223
HSL0.670.760.50
HSV242°87°87°
CMYK 0.830.870.00   0.13
XYZ14.54656.649670.3288
Yxy6.64960.15890.0727
Hunter Lab25.786855.5660-143.6518
CIE-Lab30.995564.8836-91.8571

#251edf color RGB value is (37,30,223).

#251edf hex color red value is 37, green value is 30 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #251edf hue: 0.67 , saturation: 0.76 and the lightness value of 251edf is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00011110 11011111
Octal 45 36 337
Decimal 37 30 223
Hex 25 1E DF

RGB Percentages of Color #251edf

%12.76
%10.34
%76.90

CMYK Percentages of Color #251edf

%83
%87
%0
%13

Triadic Colors of #251edf

#251edf #df251e #1edf25

Analogous Colors of #251edf

#251edf #861edf #1e78df

Monochromatic Colors of #251edf

#251edf

Complementary Color

#251edf #d8df1e

#251edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#251edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#251edf Color CSS Codes

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

#251edf Text Font Color

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

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


#251edf Background Color

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

This div background color is #251edf


#251edf Border Color

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

This div border color is #251edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #251edf


Comments

No comments written yet.

Please login to write comment.