Color Hex Logo

#77ffdd Color Hex

#77FFDD
(119,255,221)
3 Favorites   0 Comments

Color spaces of #77ffdd

RGB 119255221
HSL0.461.000.73
HSV165°53°100°
CMYK 0.530.000.13   0.00
XYZ56.418980.662481.0024
Yxy80.66240.25870.3699
Hunter Lab89.8122-45.04009.3944
CIE-Lab91.9813-45.22744.9533

#77ffdd color RGB value is (119,255,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111111 11011101
Octal 167 377 335
Decimal 119 255 221
Hex 77 FF DD

RGB Percentages of Color #77ffdd

%20.00
%42.86
%37.14

CMYK Percentages of Color #77ffdd

%53
%0
%13
%0

Triadic Colors of #77ffdd

#77ffdd #dd77ff #ffdd77

Analogous Colors of #77ffdd

#77ffdd #77ddff #77ff99

Monochromatic Colors of #77ffdd

#77ffdd

Complementary Color

#77ffdd #ff7799

#77ffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ffdd Color CSS Codes

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

#77ffdd Text Font Color

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

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


#77ffdd Background Color

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

This div background color is #77ffdd


#77ffdd Border Color

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

This div border color is #77ffdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ffdd


Comments

No comments written yet.

Please login to write comment.