Color Hex Logo

#beaf09 Color Hex

#BEAF09
(190,175,9)
0 Favorites   0 Comments

Color spaces of #beaf09

RGB 1901759
HSL0.150.910.39
HSV55°95°75°
CMYK 0.000.080.95   0.25
XYZ36.614541.62686.3634
Yxy41.62680.43280.4920
Hunter Lab64.5188-11.609039.3155
CIE-Lab70.6129-9.521071.7186

#beaf09 color RGB value is (190,175,9).

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

The process color (four color CMYK) of #beaf09 color hex is 0.00, 0.08, 0.95, 0.25. Web safe color of #beaf09 is #cc9900. Color #beaf09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 00001001
Octal 276 257 11
Decimal 190 175 9
Hex BE AF 9

RGB Percentages of Color #beaf09

%50.80
%46.79
%2.41

CMYK Percentages of Color #beaf09

%0
%8
%95
%25

Triadic Colors of #beaf09

#beaf09 #09beaf #af09be

Analogous Colors of #beaf09

#beaf09 #73be09 #be5509

Monochromatic Colors of #beaf09

#beaf09

Complementary Color

#beaf09 #0918be

#beaf09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaf09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaf09 Color CSS Codes

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

#beaf09 Text Font Color

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

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


#beaf09 Background Color

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

This div background color is #beaf09


#beaf09 Border Color

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

This div border color is #beaf09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaf09


Comments

No comments written yet.

Please login to write comment.