Color Hex Logo

#77dadf Color Hex

#77DADF
(119,218,223)
0 Favorites   0 Comments

Color spaces of #77dadf

RGB 119218223
HSL0.510.620.67
HSV183°47°87°
CMYK 0.470.020.00   0.13
XYZ45.998459.392578.8516
Yxy59.39250.24970.3224
Hunter Lab77.0665-28.3258-6.7167
CIE-Lab81.5069-27.7294-11.4877

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

#77dadf hex color red value is 119, green value is 218 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #77dadf hue: 0.51 , saturation: 0.62 and the lightness value of 77dadf is 0.67.

The process color (four color CMYK) of #77dadf color hex is 0.47, 0.02, 0.00, 0.13. Web safe color of #77dadf is #66cccc. Color #77dadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011010 11011111
Octal 167 332 337
Decimal 119 218 223
Hex 77 DA DF

RGB Percentages of Color #77dadf

%21.25
%38.93
%39.82

CMYK Percentages of Color #77dadf

%47
%2
%0
%13

Triadic Colors of #77dadf

#77dadf #df77da #dadf77

Analogous Colors of #77dadf

#77dadf #77a6df #77dfb0

Monochromatic Colors of #77dadf

#77dadf

Complementary Color

#77dadf #df7c77

#77dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dadf Color CSS Codes

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

#77dadf Text Font Color

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

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


#77dadf Background Color

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

This div background color is #77dadf


#77dadf Border Color

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

This div border color is #77dadf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,218,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 #77dadf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dadf

#77dadf Color Palettes


Comments

No comments written yet.

Please login to write comment.