Color Hex Logo

#77ccda Color Hex

#77CCDA
(119,204,218)
0 Favorites   0 Comments

Color spaces of #77ccda

RGB 119204218
HSL0.520.570.66
HSV188°45°85°
CMYK 0.450.060.00   0.15
XYZ41.855552.169674.1934
Yxy52.16960.24880.3101
Hunter Lab72.2285-22.9615-10.3429
CIE-Lab77.3821-22.1085-14.9905

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001100 11011010
Octal 167 314 332
Decimal 119 204 218
Hex 77 CC DA

RGB Percentages of Color #77ccda

%22.00
%37.71
%40.30

CMYK Percentages of Color #77ccda

%45
%6
%0
%15

Triadic Colors of #77ccda

#77ccda #da77cc #ccda77

Analogous Colors of #77ccda

#77ccda #779bda #77dab7

Monochromatic Colors of #77ccda

#77ccda

Complementary Color

#77ccda #da8577

#77ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ccda Color CSS Codes

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

#77ccda Text Font Color

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

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


#77ccda Background Color

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

This div background color is #77ccda


#77ccda Border Color

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

This div border color is #77ccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ccda


Comments

No comments written yet.

Please login to write comment.