Color Hex Logo

#beb24f Color Hex

#BEB24F
(190,178,79)
0 Favorites   0 Comments

Color spaces of #beb24f

RGB 19017879
HSL0.150.460.53
HSV54°58°75°
CMYK 0.000.060.58   0.25
XYZ38.566943.352513.7323
Yxy43.35250.40320.4532
Hunter Lab65.8426-10.669333.7242
CIE-Lab71.7936-8.255551.0705

#beb24f color RGB value is (190,178,79).

#beb24f hex color red value is 190, green value is 178 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #beb24f hue: 0.15 , saturation: 0.46 and the lightness value of beb24f is 0.53.

The process color (four color CMYK) of #beb24f color hex is 0.00, 0.06, 0.58, 0.25. Web safe color of #beb24f is #cc9966. Color #beb24f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110010 01001111
Octal 276 262 117
Decimal 190 178 79
Hex BE B2 4F

RGB Percentages of Color #beb24f

%42.51
%39.82
%17.67

CMYK Percentages of Color #beb24f

%0
%6
%58
%25

Triadic Colors of #beb24f

#beb24f #4fbeb2 #b24fbe

Analogous Colors of #beb24f

#beb24f #93be4f #be7b4f

Monochromatic Colors of #beb24f

#beb24f

Complementary Color

#beb24f #4f5bbe

#beb24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb24f Color CSS Codes

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

#beb24f Text Font Color

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

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


#beb24f Background Color

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

This div background color is #beb24f


#beb24f Border Color

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

This div border color is #beb24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb24f


Comments

No comments written yet.

Please login to write comment.