Color Hex Logo

#77cacb Color Hex

#77CACB
(119,202,203)
0 Favorites   0 Comments

Color spaces of #77cacb

RGB 119202203
HSL0.500.450.63
HSV181°41°80°
CMYK 0.410.000.00   0.20
XYZ39.507850.474864.1602
Yxy50.47480.25630.3275
Hunter Lab71.0456-25.0677-3.8119
CIE-Lab76.3598-24.9513-8.4328

#77cacb color RGB value is (119,202,203).

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

The process color (four color CMYK) of #77cacb color hex is 0.41, 0.00, 0.00, 0.20. Web safe color of #77cacb is #66cccc. Color #77cacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001010 11001011
Octal 167 312 313
Decimal 119 202 203
Hex 77 CA CB

RGB Percentages of Color #77cacb

%22.71
%38.55
%38.74

CMYK Percentages of Color #77cacb

%41
%0
%0
%20

Triadic Colors of #77cacb

#77cacb #cb77ca #cacb77

Analogous Colors of #77cacb

#77cacb #77a0cb #77cba2

Monochromatic Colors of #77cacb

#77cacb

Complementary Color

#77cacb #cb7877

#77cacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77cacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77cacb Color CSS Codes

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

#77cacb Text Font Color

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

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


#77cacb Background Color

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

This div background color is #77cacb


#77cacb Border Color

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

This div border color is #77cacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77cacb

#77cacb Color Palettes


Comments

No comments written yet.

Please login to write comment.