Color Hex Logo

#77efcc Color Hex

#77EFCC
(119,239,204)
0 Favorites   0 Comments

Color spaces of #77efcc

RGB 119239204
HSL0.450.790.70
HSV163°50°94°
CMYK 0.500.000.15   0.06
XYZ49.373370.014668.0387
Yxy70.01460.26340.3736
Hunter Lab83.6747-41.104710.3616
CIE-Lab87.0040-42.04906.6066

#77efcc color RGB value is (119,239,204).

#77efcc hex color red value is 119, green value is 239 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #77efcc hue: 0.45 , saturation: 0.79 and the lightness value of 77efcc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101111 11001100
Octal 167 357 314
Decimal 119 239 204
Hex 77 EF CC

RGB Percentages of Color #77efcc

%21.17
%42.53
%36.30

CMYK Percentages of Color #77efcc

%50
%0
%15
%6

Triadic Colors of #77efcc

#77efcc #cc77ef #efcc77

Analogous Colors of #77efcc

#77efcc #77d6ef #77ef90

Monochromatic Colors of #77efcc

#77efcc

Complementary Color

#77efcc #ef779a

#77efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77efcc Color CSS Codes

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

#77efcc Text Font Color

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

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


#77efcc Background Color

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

This div background color is #77efcc


#77efcc Border Color

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

This div border color is #77efcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77efcc


Comments

No comments written yet.

Please login to write comment.