Color Hex Logo

#77fddf Color Hex

#77FDDF
(119,253,223)
0 Favorites   0 Comments

Color spaces of #77fddf

RGB 119253223
HSL0.460.970.73
HSV167°53°99°
CMYK 0.530.000.12   0.01
XYZ56.052379.500282.2028
Yxy79.50020.25740.3651
Hunter Lab89.1629-43.82097.7522
CIE-Lab91.4601-43.89333.1640

#77fddf color RGB value is (119,253,223).

#77fddf hex color red value is 119, green value is 253 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #77fddf hue: 0.46 , saturation: 0.97 and the lightness value of 77fddf is 0.73.

The process color (four color CMYK) of #77fddf color hex is 0.53, 0.00, 0.12, 0.01. Web safe color of #77fddf is #66ffcc. Color #77fddf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111101 11011111
Octal 167 375 337
Decimal 119 253 223
Hex 77 FD DF

RGB Percentages of Color #77fddf

%20.00
%42.52
%37.48

CMYK Percentages of Color #77fddf

%53
%0
%12
%1

Triadic Colors of #77fddf

#77fddf #df77fd #fddf77

Analogous Colors of #77fddf

#77fddf #77d8fd #77fd9c

Monochromatic Colors of #77fddf

#77fddf

Complementary Color

#77fddf #fd7795

#77fddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77fddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77fddf Color CSS Codes

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

#77fddf Text Font Color

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

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


#77fddf Background Color

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

This div background color is #77fddf


#77fddf Border Color

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

This div border color is #77fddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77fddf


Comments

No comments written yet.

Please login to write comment.