Color Hex Logo

#55a78c Color Hex

#55A78C
(85,167,140)
0 Favorites   0 Comments

Color spaces of #55a78c

RGB 85167140
HSL0.450.330.49
HSV160°49°65°
CMYK 0.490.000.16   0.35
XYZ22.298731.462229.7085
Yxy31.46220.26710.3769
Hunter Lab56.0912-27.19807.8611
CIE-Lab62.8959-31.69026.3084

#55a78c color RGB value is (85,167,140).

#55a78c hex color red value is 85, green value is 167 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #55a78c hue: 0.45 , saturation: 0.33 and the lightness value of 55a78c is 0.49.

The process color (four color CMYK) of #55a78c color hex is 0.49, 0.00, 0.16, 0.35. Web safe color of #55a78c is #669999. Color #55a78c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10100111 10001100
Octal 125 247 214
Decimal 85 167 140
Hex 55 A7 8C

RGB Percentages of Color #55a78c

%21.68
%42.60
%35.71

CMYK Percentages of Color #55a78c

%49
%0
%16
%35

Triadic Colors of #55a78c

#55a78c #8c55a7 #a78c55

Analogous Colors of #55a78c

#55a78c #5599a7 #55a763

Monochromatic Colors of #55a78c

#55a78c

Complementary Color

#55a78c #a75570

#55a78c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55a78c Color Preview on White Background

Lorem ipsum dolor sit amet.

#55a78c Color CSS Codes

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

#55a78c Text Font Color

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

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


#55a78c Background Color

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

This div background color is #55a78c


#55a78c Border Color

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

This div border color is #55a78c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55a78c


Comments

No comments written yet.

Please login to write comment.