Color Hex Logo

#beaf92 Color Hex

#BEAF92
(190,175,146)
0 Favorites   0 Comments

Color spaces of #beaf92

RGB 190175146
HSL0.110.250.66
HSV40°23°75°
CMYK 0.000.080.23   0.25
XYZ41.753543.682433.4250
Yxy43.68240.35130.3675
Hunter Lab66.0927-2.896216.2802
CIE-Lab72.01570.713516.8341

#beaf92 color RGB value is (190,175,146).

#beaf92 hex color red value is 190, green value is 175 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #beaf92 hue: 0.11 , saturation: 0.25 and the lightness value of beaf92 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 10010010
Octal 276 257 222
Decimal 190 175 146
Hex BE AF 92

RGB Percentages of Color #beaf92

%37.18
%34.25
%28.57

CMYK Percentages of Color #beaf92

%0
%8
%23
%25

Triadic Colors of #beaf92

#beaf92 #92beaf #af92be

Analogous Colors of #beaf92

#beaf92 #b7be92 #be9992

Monochromatic Colors of #beaf92

#beaf92

Complementary Color

#beaf92 #92a1be

#beaf92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaf92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaf92 Color CSS Codes

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

#beaf92 Text Font Color

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

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


#beaf92 Background Color

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

This div background color is #beaf92


#beaf92 Border Color

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

This div border color is #beaf92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaf92


Comments

No comments written yet.

Please login to write comment.