Color Hex Logo

#255eef Color Hex

#255EEF
(37,94,239)
0 Favorites   0 Comments

Color spaces of #255eef

RGB 3794239
HSL0.620.860.54
HSV223°85°94°
CMYK 0.850.610.00   0.06
XYZ20.345614.630783.4130
Yxy14.63070.17190.1236
Hunter Lab38.250128.0082-102.5202
CIE-Lab45.124235.6321-77.6149

#255eef color RGB value is (37,94,239).

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

The process color (four color CMYK) of #255eef color hex is 0.85, 0.61, 0.00, 0.06. Web safe color of #255eef is #3366ff. Color #255eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011110 11101111
Octal 45 136 357
Decimal 37 94 239
Hex 25 5E EF

RGB Percentages of Color #255eef

%10.00
%25.41
%64.59

CMYK Percentages of Color #255eef

%85
%61
%0
%6

Triadic Colors of #255eef

#255eef #ef255e #5eef25

Analogous Colors of #255eef

#255eef #5125ef #25c3ef

Monochromatic Colors of #255eef

#255eef

Complementary Color

#255eef #efb625

#255eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#255eef Color CSS Codes

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

#255eef Text Font Color

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

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


#255eef Background Color

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

This div background color is #255eef


#255eef Border Color

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

This div border color is #255eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255eef


Comments

No comments written yet.

Please login to write comment.