Color Hex Logo

#77e8cb Color Hex

#77E8CB
(119,232,203)
0 Favorites   0 Comments

Color spaces of #77e8cb

RGB 119232203
HSL0.460.710.69
HSV165°49°91°
CMYK 0.490.000.13   0.09
XYZ47.243965.947066.7389
Yxy65.94700.26260.3665
Hunter Lab81.2078-38.26848.1192
CIE-Lab84.9694-39.14244.1944

#77e8cb color RGB value is (119,232,203).

#77e8cb hex color red value is 119, green value is 232 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #77e8cb hue: 0.46 , saturation: 0.71 and the lightness value of 77e8cb is 0.69.

The process color (four color CMYK) of #77e8cb color hex is 0.49, 0.00, 0.13, 0.09. Web safe color of #77e8cb is #66ffcc. Color #77e8cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101000 11001011
Octal 167 350 313
Decimal 119 232 203
Hex 77 E8 CB

RGB Percentages of Color #77e8cb

%21.48
%41.88
%36.64

CMYK Percentages of Color #77e8cb

%49
%0
%13
%9

Triadic Colors of #77e8cb

#77e8cb #cb77e8 #e8cb77

Analogous Colors of #77e8cb

#77e8cb #77cde8 #77e893

Monochromatic Colors of #77e8cb

#77e8cb

Complementary Color

#77e8cb #e87794

#77e8cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77e8cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77e8cb Color CSS Codes

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

#77e8cb Text Font Color

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

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


#77e8cb Background Color

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

This div background color is #77e8cb


#77e8cb Border Color

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

This div border color is #77e8cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77e8cb


Comments

No comments written yet.

Please login to write comment.