Color Hex Logo

#255fed Color Hex

#255FED
(37,95,237)
0 Favorites   0 Comments

Color spaces of #255fed

RGB 3795237
HSL0.620.850.54
HSV223°84°93°
CMYK 0.840.600.00   0.07
XYZ20.141214.692281.8951
Yxy14.69220.17250.1259
Hunter Lab38.330426.7169-99.8452
CIE-Lab45.209734.2584-76.3506

#255fed color RGB value is (37,95,237).

#255fed hex color red value is 37, green value is 95 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #255fed hue: 0.62 , saturation: 0.85 and the lightness value of 255fed is 0.54.

The process color (four color CMYK) of #255fed color hex is 0.84, 0.60, 0.00, 0.07. Web safe color of #255fed is #3366ff. Color #255fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011111 11101101
Octal 45 137 355
Decimal 37 95 237
Hex 25 5F ED

RGB Percentages of Color #255fed

%10.03
%25.75
%64.23

CMYK Percentages of Color #255fed

%84
%60
%0
%7

Triadic Colors of #255fed

#255fed #ed255f #5fed25

Analogous Colors of #255fed

#255fed #4f25ed #25c3ed

Monochromatic Colors of #255fed

#255fed

Complementary Color

#255fed #edb325

#255fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#255fed Color CSS Codes

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

#255fed Text Font Color

<p style="color:#255fed">Text here</p>

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


#255fed Background Color

<div style="background-color:#255fed">
Div content here</div>

This div background color is #255fed


#255fed Border Color

<div style="border:3px solid #255fed">
Div here</div>

This div border color is #255fed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,95,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #255fed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #255fed;
  -webkit-box-shadow: 1px 1px 3px 2px #255fed;
  box-shadow:         1px 1px 3px 2px #255fed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255fed


Comments

No comments written yet.

Please login to write comment.