Color Hex Logo

#77accf Color Hex

#77ACCF
(119,172,207)
0 Favorites   0 Comments

Color spaces of #77accf

RGB 119172207
HSL0.570.480.64
HSV204°43°81°
CMYK 0.430.170.00   0.19
XYZ33.622837.932064.5810
Yxy37.93200.24700.2786
Hunter Lab61.5890-10.3335-19.0581
CIE-Lab67.9705-8.3230-23.2629

#77accf color RGB value is (119,172,207).

#77accf hex color red value is 119, green value is 172 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #77accf hue: 0.57 , saturation: 0.48 and the lightness value of 77accf is 0.64.

The process color (four color CMYK) of #77accf color hex is 0.43, 0.17, 0.00, 0.19. Web safe color of #77accf is #6699cc. Color #77accf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101100 11001111
Octal 167 254 317
Decimal 119 172 207
Hex 77 AC CF

RGB Percentages of Color #77accf

%23.90
%34.54
%41.57

CMYK Percentages of Color #77accf

%43
%17
%0
%19

Triadic Colors of #77accf

#77accf #cf77ac #accf77

Analogous Colors of #77accf

#77accf #7780cf #77cfc6

Monochromatic Colors of #77accf

#77accf

Complementary Color

#77accf #cf9a77

#77accf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77accf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77accf Color CSS Codes

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

#77accf Text Font Color

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

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


#77accf Background Color

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

This div background color is #77accf


#77accf Border Color

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

This div border color is #77accf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77accf


Comments

No comments written yet.

Please login to write comment.