Color Hex Logo

#77aeec Color Hex

#77AEEC
(119,174,236)
0 Favorites   0 Comments

Color spaces of #77aeec

RGB 119174236
HSL0.590.750.70
HSV212°50°93°
CMYK 0.500.260.00   0.07
XYZ37.884140.250285.1292
Yxy40.25020.23200.2465
Hunter Lab63.4430-4.4366-35.1464
CIE-Lab69.6474-1.2021-36.5801

#77aeec color RGB value is (119,174,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101110 11101100
Octal 167 256 354
Decimal 119 174 236
Hex 77 AE EC

RGB Percentages of Color #77aeec

%22.50
%32.89
%44.61

CMYK Percentages of Color #77aeec

%50
%26
%0
%7

Triadic Colors of #77aeec

#77aeec #ec77ae #aeec77

Analogous Colors of #77aeec

#77aeec #7b77ec #77e9ec

Monochromatic Colors of #77aeec

#77aeec

Complementary Color

#77aeec #ecb577

#77aeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77aeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#77aeec Color CSS Codes

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

#77aeec Text Font Color

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

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


#77aeec Background Color

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

This div background color is #77aeec


#77aeec Border Color

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

This div border color is #77aeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77aeec


Comments

No comments written yet.

Please login to write comment.