Color Hex Logo

#beab2d Color Hex

#BEAB2D
(190,171,45)
0 Favorites   0 Comments

Color spaces of #beab2d

RGB 19017145
HSL0.140.620.46
HSV52°76°75°
CMYK 0.000.100.76   0.25
XYZ36.271840.26248.3423
Yxy40.26240.42730.4744
Hunter Lab63.4527-9.005236.6218
CIE-Lab69.6560-6.535462.7376

#beab2d color RGB value is (190,171,45).

#beab2d hex color red value is 190, green value is 171 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #beab2d hue: 0.14 , saturation: 0.62 and the lightness value of beab2d is 0.46.

The process color (four color CMYK) of #beab2d color hex is 0.00, 0.10, 0.76, 0.25. Web safe color of #beab2d is #cc9933. Color #beab2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 00101101
Octal 276 253 55
Decimal 190 171 45
Hex BE AB 2D

RGB Percentages of Color #beab2d

%46.80
%42.12
%11.08

CMYK Percentages of Color #beab2d

%0
%10
%76
%25

Triadic Colors of #beab2d

#beab2d #2dbeab #ab2dbe

Analogous Colors of #beab2d

#beab2d #89be2d #be632d

Monochromatic Colors of #beab2d

#beab2d

Complementary Color

#beab2d #2d40be

#beab2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beab2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#beab2d Color CSS Codes

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

#beab2d Text Font Color

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

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


#beab2d Background Color

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

This div background color is #beab2d


#beab2d Border Color

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

This div border color is #beab2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beab2d


Comments

No comments written yet.

Please login to write comment.