Color Hex Logo

#beaf30 Color Hex

#BEAF30
(190,175,48)
0 Favorites   0 Comments

Color spaces of #beaf30

RGB 19017548
HSL0.150.600.47
HSV54°75°75°
CMYK 0.000.080.75   0.25
XYZ37.098741.82058.9132
Yxy41.82050.42240.4761
Hunter Lab64.6688-10.769837.0963
CIE-Lab70.7470-8.502562.7235

#beaf30 color RGB value is (190,175,48).

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

The process color (four color CMYK) of #beaf30 color hex is 0.00, 0.08, 0.75, 0.25. Web safe color of #beaf30 is #cc9933. Color #beaf30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 00110000
Octal 276 257 60
Decimal 190 175 48
Hex BE AF 30

RGB Percentages of Color #beaf30

%46.00
%42.37
%11.62

CMYK Percentages of Color #beaf30

%0
%8
%75
%25

Triadic Colors of #beaf30

#beaf30 #30beaf #af30be

Analogous Colors of #beaf30

#beaf30 #86be30 #be6830

Monochromatic Colors of #beaf30

#beaf30

Complementary Color

#beaf30 #303fbe

#beaf30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaf30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaf30 Color CSS Codes

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

#beaf30 Text Font Color

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

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


#beaf30 Background Color

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

This div background color is #beaf30


#beaf30 Border Color

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

This div border color is #beaf30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaf30


Comments

No comments written yet.

Please login to write comment.