Color Hex Logo

#beaf87 Color Hex

#BEAF87
(190,175,135)
0 Favorites   0 Comments

Color spaces of #beaf87

RGB 190175135
HSL0.120.300.64
HSV44°29°75°
CMYK 0.000.080.29   0.25
XYZ40.938443.356429.1326
Yxy43.35640.36090.3822
Hunter Lab65.8456-4.250319.8597
CIE-Lab71.7962-0.830022.4975

#beaf87 color RGB value is (190,175,135).

#beaf87 hex color red value is 190, green value is 175 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #beaf87 hue: 0.12 , saturation: 0.30 and the lightness value of beaf87 is 0.64.

The process color (four color CMYK) of #beaf87 color hex is 0.00, 0.08, 0.29, 0.25. Web safe color of #beaf87 is #cc9999. Color #beaf87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 10000111
Octal 276 257 207
Decimal 190 175 135
Hex BE AF 87

RGB Percentages of Color #beaf87

%38.00
%35.00
%27.00

CMYK Percentages of Color #beaf87

%0
%8
%29
%25

Triadic Colors of #beaf87

#beaf87 #87beaf #af87be

Analogous Colors of #beaf87

#beaf87 #b2be87 #be9487

Monochromatic Colors of #beaf87

#beaf87

Complementary Color

#beaf87 #8796be

#beaf87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaf87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaf87 Color CSS Codes

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

#beaf87 Text Font Color

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

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


#beaf87 Background Color

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

This div background color is #beaf87


#beaf87 Border Color

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

This div border color is #beaf87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaf87


Comments

No comments written yet.

Please login to write comment.