Color Hex Logo

#76cccf Color Hex

#76CCCF
(118,204,207)
0 Favorites   0 Comments

Color spaces of #76cccf

RGB 118204207
HSL0.510.480.64
HSV182°43°81°
CMYK 0.430.010.00   0.19
XYZ40.326651.542366.8547
Yxy51.54230.25410.3247
Hunter Lab71.7930-25.3730-4.9567
CIE-Lab77.0063-25.1780-9.6332

#76cccf color RGB value is (118,204,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001100 11001111
Octal 166 314 317
Decimal 118 204 207
Hex 76 CC CF

RGB Percentages of Color #76cccf

%22.31
%38.56
%39.13

CMYK Percentages of Color #76cccf

%43
%1
%0
%19

Triadic Colors of #76cccf

#76cccf #cf76cc #cccf76

Analogous Colors of #76cccf

#76cccf #76a0cf #76cfa6

Monochromatic Colors of #76cccf

#76cccf

Complementary Color

#76cccf #cf7976

#76cccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76cccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#76cccf Color CSS Codes

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

#76cccf Text Font Color

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

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


#76cccf Background Color

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

This div background color is #76cccf


#76cccf Border Color

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

This div border color is #76cccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76cccf


Comments

No comments written yet.

Please login to write comment.