Color Hex Logo

#55d7a5 Color Hex

#55D7A5
(85,215,165)
0 Favorites   0 Comments

Color spaces of #55d7a5

RGB 85215165
HSL0.440.620.59
HSV157°60°84°
CMYK 0.600.000.23   0.16
XYZ34.838353.248844.0392
Yxy53.24880.26370.4030
Hunter Lab72.9718-42.480915.2981
CIE-Lab78.0217-47.436314.1990

#55d7a5 color RGB value is (85,215,165).

#55d7a5 hex color red value is 85, green value is 215 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #55d7a5 hue: 0.44 , saturation: 0.62 and the lightness value of 55d7a5 is 0.59.

The process color (four color CMYK) of #55d7a5 color hex is 0.60, 0.00, 0.23, 0.16. Web safe color of #55d7a5 is #66cc99. Color #55d7a5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11010111 10100101
Octal 125 327 245
Decimal 85 215 165
Hex 55 D7 A5

RGB Percentages of Color #55d7a5

%18.28
%46.24
%35.48

CMYK Percentages of Color #55d7a5

%60
%0
%23
%16

Triadic Colors of #55d7a5

#55d7a5 #a555d7 #d7a555

Analogous Colors of #55d7a5

#55d7a5 #55c8d7 #55d764

Monochromatic Colors of #55d7a5

#55d7a5

Complementary Color

#55d7a5 #d75587

#55d7a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55d7a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55d7a5 Color CSS Codes

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

#55d7a5 Text Font Color

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

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


#55d7a5 Background Color

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

This div background color is #55d7a5


#55d7a5 Border Color

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

This div border color is #55d7a5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,215,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55d7a5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55d7a5;
  -webkit-box-shadow: 1px 1px 3px 2px #55d7a5;
  box-shadow:         1px 1px 3px 2px #55d7a5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,215,165, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55d7a5


Comments

No comments written yet.

Please login to write comment.