Color Hex Logo

#77caae Color Hex

#77CAAE
(119,202,174)
0 Favorites   0 Comments

Color spaces of #77caae

RGB 119202174
HSL0.440.440.63
HSV160°41°79°
CMYK 0.410.000.14   0.21
XYZ36.368349.219047.6278
Yxy49.21900.27300.3695
Hunter Lab70.1563-30.24088.8585
CIE-Lab75.5874-31.78026.0889

#77caae color RGB value is (119,202,174).

#77caae hex color red value is 119, green value is 202 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #77caae hue: 0.44 , saturation: 0.44 and the lightness value of 77caae is 0.63.

The process color (four color CMYK) of #77caae color hex is 0.41, 0.00, 0.14, 0.21. Web safe color of #77caae is #66cc99. Color #77caae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001010 10101110
Octal 167 312 256
Decimal 119 202 174
Hex 77 CA AE

RGB Percentages of Color #77caae

%24.04
%40.81
%35.15

CMYK Percentages of Color #77caae

%41
%0
%14
%21

Triadic Colors of #77caae

#77caae #ae77ca #caae77

Analogous Colors of #77caae

#77caae #77bdca #77ca85

Monochromatic Colors of #77caae

#77caae

Complementary Color

#77caae #ca7793

#77caae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77caae Color Preview on White Background

Lorem ipsum dolor sit amet.

#77caae Color CSS Codes

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

#77caae Text Font Color

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

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


#77caae Background Color

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

This div background color is #77caae


#77caae Border Color

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

This div border color is #77caae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,202,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77caae


Comments

No comments written yet.

Please login to write comment.