Color Hex Logo

#77efde Color Hex

#77EFDE
(119,239,222)
0 Favorites   0 Comments

Color spaces of #77efde

RGB 119239222
HSL0.480.790.70
HSV172°50°94°
CMYK 0.500.000.07   0.06
XYZ51.659170.928980.0752
Yxy70.92890.25490.3500
Hunter Lab84.2193-37.89402.5809
CIE-Lab87.4505-37.8639-2.1643

#77efde color RGB value is (119,239,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101111 11011110
Octal 167 357 336
Decimal 119 239 222
Hex 77 EF DE

RGB Percentages of Color #77efde

%20.52
%41.21
%38.28

CMYK Percentages of Color #77efde

%50
%0
%7
%6

Triadic Colors of #77efde

#77efde #de77ef #efde77

Analogous Colors of #77efde

#77efde #77c4ef #77efa2

Monochromatic Colors of #77efde

#77efde

Complementary Color

#77efde #ef7788

#77efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#77efde Color CSS Codes

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

#77efde Text Font Color

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

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


#77efde Background Color

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

This div background color is #77efde


#77efde Border Color

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

This div border color is #77efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77efde


Comments

No comments written yet.

Please login to write comment.