Color Hex Logo

#77dada Color Hex

#77DADA
(119,218,218)
0 Favorites   0 Comments

Color spaces of #77dada

RGB 119218218
HSL0.500.570.66
HSV180°45°85°
CMYK 0.450.000.00   0.15
XYZ45.334059.126775.3529
Yxy59.12670.25210.3288
Hunter Lab76.8939-29.3268-4.2761
CIE-Lab81.3612-29.0007-9.0422

#77dada color RGB value is (119,218,218).

#77dada hex color red value is 119, green value is 218 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #77dada hue: 0.50 , saturation: 0.57 and the lightness value of 77dada is 0.66.

The process color (four color CMYK) of #77dada color hex is 0.45, 0.00, 0.00, 0.15. Web safe color of #77dada is #66cccc. Color #77dada contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011010 11011010
Octal 167 332 332
Decimal 119 218 218
Hex 77 DA DA

RGB Percentages of Color #77dada

%21.44
%39.28
%39.28

CMYK Percentages of Color #77dada

%45
%0
%0
%15

Triadic Colors of #77dada

#77dada #da77da #dada77

Analogous Colors of #77dada

#77dada #77a9da #77daa9

Monochromatic Colors of #77dada

#77dada

Complementary Color

#77dada #da7777

#77dada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dada Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dada Color CSS Codes

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

#77dada Text Font Color

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

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


#77dada Background Color

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

This div background color is #77dada


#77dada Border Color

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

This div border color is #77dada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dada


Comments

No comments written yet.

Please login to write comment.