Color Hex Logo

#255c62 Color Hex

#255C62
(37,92,98)
0 Favorites   0 Comments

Color spaces of #255c62

RGB 379298
HSL0.520.450.26
HSV186°62°38°
CMYK 0.620.060.00   0.62
XYZ6.79478.929412.9207
Yxy8.92940.23720.3117
Hunter Lab29.8821-11.7057-4.7189
CIE-Lab35.8480-15.9688-8.8884

#255c62 color RGB value is (37,92,98).

#255c62 hex color red value is 37, green value is 92 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #255c62 hue: 0.52 , saturation: 0.45 and the lightness value of 255c62 is 0.26.

The process color (four color CMYK) of #255c62 color hex is 0.62, 0.06, 0.00, 0.62. Web safe color of #255c62 is #336666. Color #255c62 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011100 01100010
Octal 45 134 142
Decimal 37 92 98
Hex 25 5C 62

RGB Percentages of Color #255c62

%16.30
%40.53
%43.17

CMYK Percentages of Color #255c62

%62
%6
%0
%62

Triadic Colors of #255c62

#255c62 #62255c #5c6225

Analogous Colors of #255c62

#255c62 #253e62 #25624a

Monochromatic Colors of #255c62

#255c62

Complementary Color

#255c62 #622b25

#255c62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255c62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255c62 Color CSS Codes

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

#255c62 Text Font Color

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

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


#255c62 Background Color

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

This div background color is #255c62


#255c62 Border Color

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

This div border color is #255c62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255c62


Comments

No comments written yet.

Please login to write comment.