Color Hex Logo

#76babc Color Hex

#76BABC
(118,186,188)
0 Favorites   0 Comments

Color spaces of #76babc

RGB 118186188
HSL0.500.340.60
HSV182°37°74°
CMYK 0.370.010.00   0.26
XYZ34.107242.600254.0020
Yxy42.60020.26090.3259
Hunter Lab65.2688-20.9426-3.3671
CIE-Lab71.2828-20.9101-7.8242

#76babc color RGB value is (118,186,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111010 10111100
Octal 166 272 274
Decimal 118 186 188
Hex 76 BA BC

RGB Percentages of Color #76babc

%23.98
%37.80
%38.21

CMYK Percentages of Color #76babc

%37
%1
%0
%26

Triadic Colors of #76babc

#76babc #bc76ba #babc76

Analogous Colors of #76babc

#76babc #7697bc #76bc9b

Monochromatic Colors of #76babc

#76babc

Complementary Color

#76babc #bc7876

#76babc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76babc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76babc Color CSS Codes

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

#76babc Text Font Color

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

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


#76babc Background Color

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

This div background color is #76babc


#76babc Border Color

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

This div border color is #76babc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76babc


Comments

No comments written yet.

Please login to write comment.