Color Hex Logo

#77adec Color Hex

#77ADEC
(119,173,236)
0 Favorites   0 Comments

Color spaces of #77adec

RGB 119173236
HSL0.590.750.70
HSV212°50°93°
CMYK 0.500.270.00   0.07
XYZ37.691639.865285.0651
Yxy39.86520.23180.2451
Hunter Lab63.1389-3.9351-35.6824
CIE-Lab69.3734-0.6456-37.0062

#77adec color RGB value is (119,173,236).

#77adec hex color red value is 119, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #77adec hue: 0.59 , saturation: 0.75 and the lightness value of 77adec is 0.70.

The process color (four color CMYK) of #77adec color hex is 0.50, 0.27, 0.00, 0.07. Web safe color of #77adec is #6699ff. Color #77adec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101101 11101100
Octal 167 255 354
Decimal 119 173 236
Hex 77 AD EC

RGB Percentages of Color #77adec

%22.54
%32.77
%44.70

CMYK Percentages of Color #77adec

%50
%27
%0
%7

Triadic Colors of #77adec

#77adec #ec77ad #adec77

Analogous Colors of #77adec

#77adec #7c77ec #77e8ec

Monochromatic Colors of #77adec

#77adec

Complementary Color

#77adec #ecb677

#77adec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77adec Color Preview on White Background

Lorem ipsum dolor sit amet.

#77adec Color CSS Codes

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

#77adec Text Font Color

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

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


#77adec Background Color

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

This div background color is #77adec


#77adec Border Color

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

This div border color is #77adec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77adec


Comments

No comments written yet.

Please login to write comment.