Color Hex Logo

#77cccf Color Hex

#77CCCF
(119,204,207)
0 Favorites   0 Comments

Color spaces of #77cccf

RGB 119204207
HSL0.510.480.64
HSV182°43°81°
CMYK 0.430.010.00   0.19
XYZ40.463151.612766.8611
Yxy51.61270.25460.3247
Hunter Lab71.8420-25.1880-4.8900
CIE-Lab77.0487-24.9370-9.5656

#77cccf color RGB value is (119,204,207).

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

The process color (four color CMYK) of #77cccf color hex is 0.43, 0.01, 0.00, 0.19. Web safe color of #77cccf is #66cccc. Color #77cccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001100 11001111
Octal 167 314 317
Decimal 119 204 207
Hex 77 CC CF

RGB Percentages of Color #77cccf

%22.45
%38.49
%39.06

CMYK Percentages of Color #77cccf

%43
%1
%0
%19

Triadic Colors of #77cccf

#77cccf #cf77cc #cccf77

Analogous Colors of #77cccf

#77cccf #77a0cf #77cfa6

Monochromatic Colors of #77cccf

#77cccf

Complementary Color

#77cccf #cf7a77

#77cccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77cccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77cccf Color CSS Codes

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

#77cccf Text Font Color

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

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


#77cccf Background Color

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

This div background color is #77cccf


#77cccf Border Color

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

This div border color is #77cccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77cccf


Comments

No comments written yet.

Please login to write comment.