Color Hex Logo

#beaf11 Color Hex

#BEAF11
(190,175,17)
0 Favorites   0 Comments

Color spaces of #beaf11

RGB 19017517
HSL0.150.840.41
HSV55°91°75°
CMYK 0.000.080.91   0.25
XYZ36.666441.64766.6366
Yxy41.64760.43160.4903
Hunter Lab64.5350-11.519039.0772
CIE-Lab70.6273-9.411470.6482

#beaf11 color RGB value is (190,175,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 00010001
Octal 276 257 21
Decimal 190 175 17
Hex BE AF 11

RGB Percentages of Color #beaf11

%49.74
%45.81
%4.45

CMYK Percentages of Color #beaf11

%0
%8
%91
%25

Triadic Colors of #beaf11

#beaf11 #11beaf #af11be

Analogous Colors of #beaf11

#beaf11 #77be11 #be5811

Monochromatic Colors of #beaf11

#beaf11

Complementary Color

#beaf11 #1120be

#beaf11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaf11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaf11 Color CSS Codes

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

#beaf11 Text Font Color

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

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


#beaf11 Background Color

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

This div background color is #beaf11


#beaf11 Border Color

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

This div border color is #beaf11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaf11


Comments

No comments written yet.

Please login to write comment.