Color Hex Logo

#beaf90 Color Hex

#BEAF90
(190,175,144)
0 Favorites   0 Comments

Color spaces of #beaf90

RGB 190175144
HSL0.110.260.65
HSV40°24°75°
CMYK 0.000.080.24   0.25
XYZ41.599243.620732.6127
Yxy43.62070.35300.3702
Hunter Lab66.0460-3.151816.9555
CIE-Lab71.97420.423417.8645

#beaf90 color RGB value is (190,175,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 10010000
Octal 276 257 220
Decimal 190 175 144
Hex BE AF 90

RGB Percentages of Color #beaf90

%37.33
%34.38
%28.29

CMYK Percentages of Color #beaf90

%0
%8
%24
%25

Triadic Colors of #beaf90

#beaf90 #90beaf #af90be

Analogous Colors of #beaf90

#beaf90 #b6be90 #be9890

Monochromatic Colors of #beaf90

#beaf90

Complementary Color

#beaf90 #909fbe

#beaf90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaf90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaf90 Color CSS Codes

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

#beaf90 Text Font Color

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

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


#beaf90 Background Color

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

This div background color is #beaf90


#beaf90 Border Color

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

This div border color is #beaf90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaf90


Comments

No comments written yet.

Please login to write comment.