Color Hex Logo

#beaf72 Color Hex

#BEAF72
(190,175,114)
0 Favorites   0 Comments

Color spaces of #beaf72

RGB 190175114
HSL0.130.370.60
HSV48°40°75°
CMYK 0.000.080.40   0.25
XYZ39.602442.822022.0978
Yxy42.82200.37890.4097
Hunter Lab65.4385-6.491925.7854
CIE-Lab71.4340-3.421933.2153

#beaf72 color RGB value is (190,175,114).

#beaf72 hex color red value is 190, green value is 175 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #beaf72 hue: 0.13 , saturation: 0.37 and the lightness value of beaf72 is 0.60.

The process color (four color CMYK) of #beaf72 color hex is 0.00, 0.08, 0.40, 0.25. Web safe color of #beaf72 is #cc9966. Color #beaf72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 01110010
Octal 276 257 162
Decimal 190 175 114
Hex BE AF 72

RGB Percentages of Color #beaf72

%39.67
%36.53
%23.80

CMYK Percentages of Color #beaf72

%0
%8
%40
%25

Triadic Colors of #beaf72

#beaf72 #72beaf #af72be

Analogous Colors of #beaf72

#beaf72 #a7be72 #be8972

Monochromatic Colors of #beaf72

#beaf72

Complementary Color

#beaf72 #7281be

#beaf72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaf72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaf72 Color CSS Codes

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

#beaf72 Text Font Color

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

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


#beaf72 Background Color

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

This div background color is #beaf72


#beaf72 Border Color

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

This div border color is #beaf72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaf72


Comments

No comments written yet.

Please login to write comment.