Color Hex Logo

#76cecf Color Hex

#76CECF
(118,206,207)
0 Favorites   0 Comments

Color spaces of #76cecf

RGB 118206207
HSL0.500.480.64
HSV181°43°81°
CMYK 0.430.000.00   0.19
XYZ40.805052.499267.0142
Yxy52.49920.25450.3275
Hunter Lab72.4563-26.2733-4.1173
CIE-Lab77.5784-26.1638-8.7820

#76cecf color RGB value is (118,206,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001110 11001111
Octal 166 316 317
Decimal 118 206 207
Hex 76 CE CF

RGB Percentages of Color #76cecf

%22.22
%38.79
%38.98

CMYK Percentages of Color #76cecf

%43
%0
%0
%19

Triadic Colors of #76cecf

#76cecf #cf76ce #cecf76

Analogous Colors of #76cecf

#76cecf #76a2cf #76cfa4

Monochromatic Colors of #76cecf

#76cecf

Complementary Color

#76cecf #cf7776

#76cecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76cecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#76cecf Color CSS Codes

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

#76cecf Text Font Color

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

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


#76cecf Background Color

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

This div background color is #76cecf


#76cecf Border Color

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

This div border color is #76cecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76cecf


Comments

No comments written yet.

Please login to write comment.