Color Hex Logo

#255a78 Color Hex

#255A78
(37,90,120)
0 Favorites   0 Comments

Color spaces of #255a78

RGB 3790120
HSL0.560.530.31
HSV202°69°47°
CMYK 0.690.250.00   0.53
XYZ7.80939.061719.1068
Yxy9.06170.21710.2519
Hunter Lab30.1027-6.3728-16.5608
CIE-Lab36.1028-7.2136-22.1387

#255a78 color RGB value is (37,90,120).

#255a78 hex color red value is 37, green value is 90 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #255a78 hue: 0.56 , saturation: 0.53 and the lightness value of 255a78 is 0.31.

The process color (four color CMYK) of #255a78 color hex is 0.69, 0.25, 0.00, 0.53. Web safe color of #255a78 is #336666. Color #255a78 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011010 01111000
Octal 45 132 170
Decimal 37 90 120
Hex 25 5A 78

RGB Percentages of Color #255a78

%14.98
%36.44
%48.58

CMYK Percentages of Color #255a78

%69
%25
%0
%53

Triadic Colors of #255a78

#255a78 #78255a #5a7825

Analogous Colors of #255a78

#255a78 #253178 #25786d

Monochromatic Colors of #255a78

#255a78

Complementary Color

#255a78 #784325

#255a78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255a78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255a78 Color CSS Codes

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

#255a78 Text Font Color

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

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


#255a78 Background Color

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

This div background color is #255a78


#255a78 Border Color

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

This div border color is #255a78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255a78


Comments

No comments written yet.

Please login to write comment.