Color Hex Logo

#77efec Color Hex

#77EFEC
(119,239,236)
0 Favorites   0 Comments

Color spaces of #77efec

RGB 119239236
HSL0.500.790.70
HSV179°50°94°
CMYK 0.500.000.01   0.06
XYZ53.614671.711190.3727
Yxy71.71110.24860.3325
Hunter Lab84.6824-35.1813-3.9963
CIE-Lab87.8293-34.4120-8.9397

#77efec color RGB value is (119,239,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101111 11101100
Octal 167 357 354
Decimal 119 239 236
Hex 77 EF EC

RGB Percentages of Color #77efec

%20.03
%40.24
%39.73

CMYK Percentages of Color #77efec

%50
%0
%1
%6

Triadic Colors of #77efec

#77efec #ec77ef #efec77

Analogous Colors of #77efec

#77efec #77b6ef #77efb0

Monochromatic Colors of #77efec

#77efec

Complementary Color

#77efec #ef777a

#77efec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77efec Color Preview on White Background

Lorem ipsum dolor sit amet.

#77efec Color CSS Codes

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

#77efec Text Font Color

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

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


#77efec Background Color

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

This div background color is #77efec


#77efec Border Color

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

This div border color is #77efec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77efec


Comments

No comments written yet.

Please login to write comment.