Color Hex Logo

#77cfbe Color Hex

#77CFBE
(119,207,190)
0 Favorites   0 Comments

Color spaces of #77cfbe

RGB 119207190
HSL0.470.480.64
HSV168°43°81°
CMYK 0.430.000.08   0.19
XYZ39.214852.265356.7366
Yxy52.26530.26460.3526
Hunter Lab72.2947-29.69214.0758
CIE-Lab77.4392-30.52880.1619

#77cfbe color RGB value is (119,207,190).

#77cfbe hex color red value is 119, green value is 207 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #77cfbe hue: 0.47 , saturation: 0.48 and the lightness value of 77cfbe is 0.64.

The process color (four color CMYK) of #77cfbe color hex is 0.43, 0.00, 0.08, 0.19. Web safe color of #77cfbe is #66cccc. Color #77cfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001111 10111110
Octal 167 317 276
Decimal 119 207 190
Hex 77 CF BE

RGB Percentages of Color #77cfbe

%23.06
%40.12
%36.82

CMYK Percentages of Color #77cfbe

%43
%0
%8
%19

Triadic Colors of #77cfbe

#77cfbe #be77cf #cfbe77

Analogous Colors of #77cfbe

#77cfbe #77b4cf #77cf92

Monochromatic Colors of #77cfbe

#77cfbe

Complementary Color

#77cfbe #cf7788

#77cfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77cfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#77cfbe Color CSS Codes

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

#77cfbe Text Font Color

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

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


#77cfbe Background Color

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

This div background color is #77cfbe


#77cfbe Border Color

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

This div border color is #77cfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77cfbe


Comments

No comments written yet.

Please login to write comment.