Color Hex Logo

#255eaa Color Hex

#255EAA
(37,94,170)
0 Favorites   0 Comments

Color spaces of #255eaa

RGB 3794170
HSL0.600.640.41
HSV214°78°67°
CMYK 0.780.450.00   0.33
XYZ12.021411.301039.5779
Yxy11.30100.19110.1797
Hunter Lab33.61705.0018-46.2714
CIE-Lab40.08299.2453-46.0394

#255eaa color RGB value is (37,94,170).

#255eaa hex color red value is 37, green value is 94 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #255eaa hue: 0.60 , saturation: 0.64 and the lightness value of 255eaa is 0.41.

The process color (four color CMYK) of #255eaa color hex is 0.78, 0.45, 0.00, 0.33. Web safe color of #255eaa is #336699. Color #255eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011110 10101010
Octal 45 136 252
Decimal 37 94 170
Hex 25 5E AA

RGB Percentages of Color #255eaa

%12.29
%31.23
%56.48

CMYK Percentages of Color #255eaa

%78
%45
%0
%33

Triadic Colors of #255eaa

#255eaa #aa255e #5eaa25

Analogous Colors of #255eaa

#255eaa #2f25aa #25a1aa

Monochromatic Colors of #255eaa

#255eaa

Complementary Color

#255eaa #aa7125

#255eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#255eaa Color CSS Codes

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

#255eaa Text Font Color

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

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


#255eaa Background Color

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

This div background color is #255eaa


#255eaa Border Color

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

This div border color is #255eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255eaa


Comments

No comments written yet.

Please login to write comment.