Color Hex Logo

#77eddc Color Hex

#77EDDC
(119,237,220)
0 Favorites   0 Comments

Color spaces of #77eddc

RGB 119237220
HSL0.480.770.70
HSV171°50°93°
CMYK 0.500.000.07   0.07
XYZ50.810269.657678.4774
Yxy69.65760.25540.3501
Hunter Lab83.4611-37.38822.6732
CIE-Lab86.8287-37.4312-2.0276

#77eddc color RGB value is (119,237,220).

#77eddc hex color red value is 119, green value is 237 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #77eddc hue: 0.48 , saturation: 0.77 and the lightness value of 77eddc is 0.70.

The process color (four color CMYK) of #77eddc color hex is 0.50, 0.00, 0.07, 0.07. Web safe color of #77eddc is #66ffcc. Color #77eddc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101101 11011100
Octal 167 355 334
Decimal 119 237 220
Hex 77 ED DC

RGB Percentages of Color #77eddc

%20.66
%41.15
%38.19

CMYK Percentages of Color #77eddc

%50
%0
%7
%7

Triadic Colors of #77eddc

#77eddc #dc77ed #eddc77

Analogous Colors of #77eddc

#77eddc #77c3ed #77eda1

Monochromatic Colors of #77eddc

#77eddc

Complementary Color

#77eddc #ed7788

#77eddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77eddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77eddc Color CSS Codes

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

#77eddc Text Font Color

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

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


#77eddc Background Color

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

This div background color is #77eddc


#77eddc Border Color

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

This div border color is #77eddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77eddc


Comments

No comments written yet.

Please login to write comment.