Color Hex Logo

#beaf66 Color Hex

#BEAF66
(190,175,102)
0 Favorites   0 Comments

Color spaces of #beaf66

RGB 190175102
HSL0.140.400.57
HSV50°46°75°
CMYK 0.000.080.46   0.25
XYZ38.963442.566418.7329
Yxy42.56640.38860.4245
Hunter Lab65.2429-7.574028.6464
CIE-Lab71.2597-4.690039.2118

#beaf66 color RGB value is (190,175,102).

#beaf66 hex color red value is 190, green value is 175 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #beaf66 hue: 0.14 , saturation: 0.40 and the lightness value of beaf66 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 01100110
Octal 276 257 146
Decimal 190 175 102
Hex BE AF 66

RGB Percentages of Color #beaf66

%40.69
%37.47
%21.84

CMYK Percentages of Color #beaf66

%0
%8
%46
%25

Triadic Colors of #beaf66

#beaf66 #66beaf #af66be

Analogous Colors of #beaf66

#beaf66 #a1be66 #be8366

Monochromatic Colors of #beaf66

#beaf66

Complementary Color

#beaf66 #6675be

#beaf66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaf66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaf66 Color CSS Codes

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

#beaf66 Text Font Color

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

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


#beaf66 Background Color

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

This div background color is #beaf66


#beaf66 Border Color

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

This div border color is #beaf66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaf66


Comments

No comments written yet.

Please login to write comment.