Color Hex Logo

#77acff Color Hex

#77ACFF
(119,172,255)
0 Favorites   0 Comments

Color spaces of #77acff

RGB 119172255
HSL0.601.000.73
HSV217°53°100°
CMYK 0.530.330.00   0.00
XYZ40.410340.6470100.3235
Yxy40.64700.22280.2241
Hunter Lab63.75501.5687-48.6690
CIE-Lab69.92795.5923-46.4640

#77acff color RGB value is (119,172,255).

#77acff hex color red value is 119, green value is 172 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #77acff hue: 0.60 , saturation: 1.00 and the lightness value of 77acff is 0.73.

The process color (four color CMYK) of #77acff color hex is 0.53, 0.33, 0.00, 0.00. Web safe color of #77acff is #6699ff. Color #77acff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101100 11111111
Octal 167 254 377
Decimal 119 172 255
Hex 77 AC FF

RGB Percentages of Color #77acff

%21.79
%31.50
%46.70

CMYK Percentages of Color #77acff

%53
%33
%0
%0

Triadic Colors of #77acff

#77acff #ff77ac #acff77

Analogous Colors of #77acff

#77acff #8677ff #77f0ff

Monochromatic Colors of #77acff

#77acff

Complementary Color

#77acff #ffca77

#77acff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77acff Color Preview on White Background

Lorem ipsum dolor sit amet.

#77acff Color CSS Codes

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

#77acff Text Font Color

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

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


#77acff Background Color

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

This div background color is #77acff


#77acff Border Color

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

This div border color is #77acff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77acff

Related Colors


Comments

No comments written yet.

Please login to write comment.