Color Hex Logo

#77aaee Color Hex

#77AAEE
(119,170,238)
3 Favorites   0 Comments

Color spaces of #77aaee

RGB 119170238
HSL0.600.780.70
HSV214°50°93°
CMYK 0.500.290.00   0.07
XYZ37.415138.844486.4147
Yxy38.84440.23000.2388
Hunter Lab62.3253-1.9121-38.5786
CIE-Lab68.63841.6221-39.2425

#77aaee color RGB value is (119,170,238).

#77aaee hex color red value is 119, green value is 170 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #77aaee hue: 0.60 , saturation: 0.78 and the lightness value of 77aaee is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101010 11101110
Octal 167 252 356
Decimal 119 170 238
Hex 77 AA EE

RGB Percentages of Color #77aaee

%22.58
%32.26
%45.16

CMYK Percentages of Color #77aaee

%50
%29
%0
%7

Triadic Colors of #77aaee

#77aaee #ee77aa #aaee77

Analogous Colors of #77aaee

#77aaee #8077ee #77e6ee

Monochromatic Colors of #77aaee

#77aaee

Complementary Color

#77aaee #eebb77

#77aaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77aaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#77aaee Color CSS Codes

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

#77aaee Text Font Color

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

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


#77aaee Background Color

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

This div background color is #77aaee


#77aaee Border Color

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

This div border color is #77aaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77aaee


Comments

No comments written yet.

Please login to write comment.