Color Hex Logo

#77d3a5 Color Hex

#77D3A5
(119,211,165)
0 Favorites   0 Comments

Color spaces of #77d3a5

RGB 119211165
HSL0.420.510.65
HSV150°44°83°
CMYK 0.440.000.22   0.17
XYZ37.693553.227143.8845
Yxy53.22710.27960.3948
Hunter Lab72.9569-35.451815.4061
CIE-Lab78.0089-37.861314.3503

#77d3a5 color RGB value is (119,211,165).

#77d3a5 hex color red value is 119, green value is 211 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #77d3a5 hue: 0.42 , saturation: 0.51 and the lightness value of 77d3a5 is 0.65.

The process color (four color CMYK) of #77d3a5 color hex is 0.44, 0.00, 0.22, 0.17. Web safe color of #77d3a5 is #66cc99. Color #77d3a5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11010011 10100101
Octal 167 323 245
Decimal 119 211 165
Hex 77 D3 A5

RGB Percentages of Color #77d3a5

%24.04
%42.63
%33.33

CMYK Percentages of Color #77d3a5

%44
%0
%22
%17

Triadic Colors of #77d3a5

#77d3a5 #a577d3 #d3a577

Analogous Colors of #77d3a5

#77d3a5 #77d3d3 #77d377

Monochromatic Colors of #77d3a5

#77d3a5

Complementary Color

#77d3a5 #d377a5

#77d3a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77d3a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#77d3a5 Color CSS Codes

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

#77d3a5 Text Font Color

<p style="color:#77d3a5">Text here</p>

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


#77d3a5 Background Color

<div style="background-color:#77d3a5">
Div content here</div>

This div background color is #77d3a5


#77d3a5 Border Color

<div style="border:3px solid #77d3a5">
Div here</div>

This div border color is #77d3a5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,211,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77d3a5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77d3a5;
  -webkit-box-shadow: 1px 1px 3px 2px #77d3a5;
  box-shadow:         1px 1px 3px 2px #77d3a5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,211,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 #77d3a5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77d3a5


Comments

No comments written yet.

Please login to write comment.