Color Hex Logo

#77cada Color Hex

#77CADA
(119,202,218)
0 Favorites   0 Comments

Color spaces of #77cada

RGB 119202218
HSL0.530.570.66
HSV190°45°85°
CMYK 0.450.070.00   0.15
XYZ41.383251.225074.0359
Yxy51.22500.24830.3074
Hunter Lab71.5716-22.0405-11.2312
CIE-Lab76.8151-21.1006-15.8436

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001010 11011010
Octal 167 312 332
Decimal 119 202 218
Hex 77 CA DA

RGB Percentages of Color #77cada

%22.08
%37.48
%40.45

CMYK Percentages of Color #77cada

%45
%7
%0
%15

Triadic Colors of #77cada

#77cada #da77ca #cada77

Analogous Colors of #77cada

#77cada #7799da #77dab9

Monochromatic Colors of #77cada

#77cada

Complementary Color

#77cada #da8777

#77cada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77cada Color Preview on White Background

Lorem ipsum dolor sit amet.

#77cada Color CSS Codes

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

#77cada Text Font Color

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

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


#77cada Background Color

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

This div background color is #77cada


#77cada Border Color

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

This div border color is #77cada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77cada


Comments

No comments written yet.

Please login to write comment.