Color Hex Logo

#baaf76 Color Hex

#BAAF76
(186,175,118)
0 Favorites   0 Comments

Color spaces of #baaf76

RGB 186175118
HSL0.140.330.60
HSV50°37°73°
CMYK 0.000.060.37   0.27
XYZ38.849742.407123.2773
Yxy42.40710.37160.4057
Hunter Lab65.1207-7.471824.3914
CIE-Lab71.1507-4.581930.6718

#baaf76 color RGB value is (186,175,118).

#baaf76 hex color red value is 186, green value is 175 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #baaf76 hue: 0.14 , saturation: 0.33 and the lightness value of baaf76 is 0.60.

The process color (four color CMYK) of #baaf76 color hex is 0.00, 0.06, 0.37, 0.27. Web safe color of #baaf76 is #cc9966. Color #baaf76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 01110110
Octal 272 257 166
Decimal 186 175 118
Hex BA AF 76

RGB Percentages of Color #baaf76

%38.83
%36.53
%24.63

CMYK Percentages of Color #baaf76

%0
%6
%37
%27

Triadic Colors of #baaf76

#baaf76 #76baaf #af76ba

Analogous Colors of #baaf76

#baaf76 #a3ba76 #ba8d76

Monochromatic Colors of #baaf76

#baaf76

Complementary Color

#baaf76 #7681ba

#baaf76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaf76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaf76 Color CSS Codes

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

#baaf76 Text Font Color

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

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


#baaf76 Background Color

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

This div background color is #baaf76


#baaf76 Border Color

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

This div border color is #baaf76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaf76


Comments

No comments written yet.

Please login to write comment.