Color Hex Logo

#255d9a Color Hex

#255D9A
(37,93,154)
0 Favorites   0 Comments

Color spaces of #255d9a

RGB 3793154
HSL0.590.610.37
HSV211°76°60°
CMYK 0.760.400.00   0.40
XYZ10.510010.555132.0553
Yxy10.55510.19790.1987
Hunter Lab32.48860.8893-35.7572
CIE-Lab38.82083.6925-38.5298

#255d9a color RGB value is (37,93,154).

#255d9a hex color red value is 37, green value is 93 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #255d9a hue: 0.59 , saturation: 0.61 and the lightness value of 255d9a is 0.37.

The process color (four color CMYK) of #255d9a color hex is 0.76, 0.40, 0.00, 0.40. Web safe color of #255d9a is #336699. Color #255d9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011101 10011010
Octal 45 135 232
Decimal 37 93 154
Hex 25 5D 9A

RGB Percentages of Color #255d9a

%13.03
%32.75
%54.23

CMYK Percentages of Color #255d9a

%76
%40
%0
%40

Triadic Colors of #255d9a

#255d9a #9a255d #5d9a25

Analogous Colors of #255d9a

#255d9a #27259a #25989a

Monochromatic Colors of #255d9a

#255d9a

Complementary Color

#255d9a #9a6225

#255d9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255d9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#255d9a Color CSS Codes

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

#255d9a Text Font Color

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

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


#255d9a Background Color

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

This div background color is #255d9a


#255d9a Border Color

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

This div border color is #255d9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255d9a


Comments

No comments written yet.

Please login to write comment.