Color Hex Logo

#255eec Color Hex

#255EEC
(37,94,236)
0 Favorites   0 Comments

Color spaces of #255eec

RGB 3794236
HSL0.620.840.54
HSV223°84°93°
CMYK 0.840.600.00   0.07
XYZ19.906014.454981.0978
Yxy14.45490.17240.1252
Hunter Lab38.019626.9233-99.8550
CIE-Lab44.878434.5217-76.3297

#255eec color RGB value is (37,94,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011110 11101100
Octal 45 136 354
Decimal 37 94 236
Hex 25 5E EC

RGB Percentages of Color #255eec

%10.08
%25.61
%64.31

CMYK Percentages of Color #255eec

%84
%60
%0
%7

Triadic Colors of #255eec

#255eec #ec255e #5eec25

Analogous Colors of #255eec

#255eec #5025ec #25c2ec

Monochromatic Colors of #255eec

#255eec

Complementary Color

#255eec #ecb325

#255eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#255eec Color CSS Codes

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

#255eec Text Font Color

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

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


#255eec Background Color

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

This div background color is #255eec


#255eec Border Color

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

This div border color is #255eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255eec


Comments

No comments written yet.

Please login to write comment.