Color Hex Logo

#beaf0c Color Hex

#BEAF0C
(190,175,12)
0 Favorites   0 Comments

Color spaces of #beaf0c

RGB 19017512
HSL0.150.880.40
HSV55°94°75°
CMYK 0.000.080.94   0.25
XYZ36.631541.63366.4532
Yxy41.63360.43240.4914
Hunter Lab64.5241-11.579539.2371
CIE-Lab70.6176-9.485171.3633

#beaf0c color RGB value is (190,175,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 00001100
Octal 276 257 14
Decimal 190 175 12
Hex BE AF C

RGB Percentages of Color #beaf0c

%50.40
%46.42
%3.18

CMYK Percentages of Color #beaf0c

%0
%8
%94
%25

Triadic Colors of #beaf0c

#beaf0c #0cbeaf #af0cbe

Analogous Colors of #beaf0c

#beaf0c #74be0c #be560c

Monochromatic Colors of #beaf0c

#beaf0c

Complementary Color

#beaf0c #0c1bbe

#beaf0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaf0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaf0c Color CSS Codes

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

#beaf0c Text Font Color

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

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


#beaf0c Background Color

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

This div background color is #beaf0c


#beaf0c Border Color

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

This div border color is #beaf0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaf0c


Comments

No comments written yet.

Please login to write comment.