Color Hex Logo

#77ddbf Color Hex

#77DDBF
(119,221,191)
0 Favorites   0 Comments

Color spaces of #77ddbf

RGB 119221191
HSL0.450.600.67
HSV162°46°87°
CMYK 0.460.000.14   0.13
XYZ42.868259.396458.4955
Yxy59.39640.26670.3695
Hunter Lab77.0691-35.58368.9472
CIE-Lab81.5090-36.85315.5326

#77ddbf color RGB value is (119,221,191).

#77ddbf hex color red value is 119, green value is 221 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #77ddbf hue: 0.45 , saturation: 0.60 and the lightness value of 77ddbf is 0.67.

The process color (four color CMYK) of #77ddbf color hex is 0.46, 0.00, 0.14, 0.13. Web safe color of #77ddbf is #66cccc. Color #77ddbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011101 10111111
Octal 167 335 277
Decimal 119 221 191
Hex 77 DD BF

RGB Percentages of Color #77ddbf

%22.41
%41.62
%35.97

CMYK Percentages of Color #77ddbf

%46
%0
%14
%13

Triadic Colors of #77ddbf

#77ddbf #bf77dd #ddbf77

Analogous Colors of #77ddbf

#77ddbf #77c8dd #77dd8c

Monochromatic Colors of #77ddbf

#77ddbf

Complementary Color

#77ddbf #dd7795

#77ddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ddbf Color CSS Codes

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

#77ddbf Text Font Color

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

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


#77ddbf Background Color

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

This div background color is #77ddbf


#77ddbf Border Color

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

This div border color is #77ddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ddbf


Comments

No comments written yet.

Please login to write comment.