Color Hex Logo

#255896 Color Hex

#255896
(37,88,150)
0 Favorites   0 Comments

Color spaces of #255896

RGB 3788150
HSL0.590.600.37
HSV213°75°59°
CMYK 0.750.410.00   0.41
XYZ9.75779.574830.1880
Yxy9.57480.19700.1934
Hunter Lab30.94322.1381-36.1828
CIE-Lab37.06825.3783-38.9162

#255896 color RGB value is (37,88,150).

#255896 hex color red value is 37, green value is 88 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #255896 hue: 0.59 , saturation: 0.60 and the lightness value of 255896 is 0.37.

The process color (four color CMYK) of #255896 color hex is 0.75, 0.41, 0.00, 0.41. Web safe color of #255896 is #336699. Color #255896 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011000 10010110
Octal 45 130 226
Decimal 37 88 150
Hex 25 58 96

RGB Percentages of Color #255896

%13.45
%32.00
%54.55

CMYK Percentages of Color #255896

%75
%41
%0
%41

Triadic Colors of #255896

#255896 #962558 #589625

Analogous Colors of #255896

#255896 #2b2596 #259196

Monochromatic Colors of #255896

#255896

Complementary Color

#255896 #966325

#255896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255896 Color CSS Codes

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

#255896 Text Font Color

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

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


#255896 Background Color

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

This div background color is #255896


#255896 Border Color

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

This div border color is #255896


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,88,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #255896; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #255896;
  -webkit-box-shadow: 1px 1px 3px 2px #255896;
  box-shadow:         1px 1px 3px 2px #255896; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255896


Comments

No comments written yet.

Please login to write comment.