Color Hex Logo

#255f7e Color Hex

#255F7E
(37,95,126)
0 Favorites   0 Comments

Color spaces of #255f7e

RGB 3795126
HSL0.560.550.32
HSV201°71°49°
CMYK 0.710.250.00   0.51
XYZ8.621110.084121.2307
Yxy10.08410.21590.2525
Hunter Lab31.7555-7.1122-17.4106
CIE-Lab37.9929-8.0756-22.8838

#255f7e color RGB value is (37,95,126).

#255f7e hex color red value is 37, green value is 95 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #255f7e hue: 0.56 , saturation: 0.55 and the lightness value of 255f7e is 0.32.

The process color (four color CMYK) of #255f7e color hex is 0.71, 0.25, 0.00, 0.51. Web safe color of #255f7e is #336666. Color #255f7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011111 01111110
Octal 45 137 176
Decimal 37 95 126
Hex 25 5F 7E

RGB Percentages of Color #255f7e

%14.34
%36.82
%48.84

CMYK Percentages of Color #255f7e

%71
%25
%0
%51

Triadic Colors of #255f7e

#255f7e #7e255f #5f7e25

Analogous Colors of #255f7e

#255f7e #25327e #257e71

Monochromatic Colors of #255f7e

#255f7e

Complementary Color

#255f7e #7e4425

#255f7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255f7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#255f7e Color CSS Codes

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

#255f7e Text Font Color

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

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


#255f7e Background Color

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

This div background color is #255f7e


#255f7e Border Color

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

This div border color is #255f7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255f7e


Comments

No comments written yet.

Please login to write comment.