Color Hex Logo

#76afbc Color Hex

#76AFBC
(118,175,188)
0 Favorites   0 Comments

Color spaces of #76afbc

RGB 118175188
HSL0.530.340.60
HSV191°37°74°
CMYK 0.370.070.00   0.26
XYZ31.878338.142353.2590
Yxy38.14230.25860.3094
Hunter Lab61.7595-15.9429-7.8978
CIE-Lab68.1254-15.2154-12.5386

#76afbc color RGB value is (118,175,188).

#76afbc hex color red value is 118, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #76afbc hue: 0.53 , saturation: 0.34 and the lightness value of 76afbc is 0.60.

The process color (four color CMYK) of #76afbc color hex is 0.37, 0.07, 0.00, 0.26. Web safe color of #76afbc is #6699cc. Color #76afbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101111 10111100
Octal 166 257 274
Decimal 118 175 188
Hex 76 AF BC

RGB Percentages of Color #76afbc

%24.53
%36.38
%39.09

CMYK Percentages of Color #76afbc

%37
%7
%0
%26

Triadic Colors of #76afbc

#76afbc #bc76af #afbc76

Analogous Colors of #76afbc

#76afbc #768cbc #76bca6

Monochromatic Colors of #76afbc

#76afbc

Complementary Color

#76afbc #bc8376

#76afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76afbc Color CSS Codes

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

#76afbc Text Font Color

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

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


#76afbc Background Color

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

This div background color is #76afbc


#76afbc Border Color

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

This div border color is #76afbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,175,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76afbc


Comments

No comments written yet.

Please login to write comment.