Color Hex Logo

#77acee Color Hex

#77ACEE
(119,172,238)
0 Favorites   0 Comments

Color spaces of #77acee

RGB 119172238
HSL0.590.780.70
HSV213°50°93°
CMYK 0.500.280.00   0.07
XYZ37.792939.600086.5406
Yxy39.60000.23050.2416
Hunter Lab62.9285-2.9234-37.4868
CIE-Lab69.18370.5010-38.3923

#77acee color RGB value is (119,172,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101100 11101110
Octal 167 254 356
Decimal 119 172 238
Hex 77 AC EE

RGB Percentages of Color #77acee

%22.50
%32.51
%44.99

CMYK Percentages of Color #77acee

%50
%28
%0
%7

Triadic Colors of #77acee

#77acee #ee77ac #acee77

Analogous Colors of #77acee

#77acee #7e77ee #77e8ee

Monochromatic Colors of #77acee

#77acee

Complementary Color

#77acee #eeb977

#77acee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77acee Color Preview on White Background

Lorem ipsum dolor sit amet.

#77acee Color CSS Codes

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

#77acee Text Font Color

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

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


#77acee Background Color

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

This div background color is #77acee


#77acee Border Color

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

This div border color is #77acee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77acee


Comments

No comments written yet.

Please login to write comment.