Color Hex Logo

#beb25e Color Hex

#BEB25E
(190,178,94)
0 Favorites   0 Comments

Color spaces of #beb25e

RGB 19017894
HSL0.150.420.56
HSV53°51°75°
CMYK 0.000.060.51   0.25
XYZ39.176043.596116.9398
Yxy43.59610.39290.4372
Hunter Lab66.0273-9.638531.0079
CIE-Lab71.9577-7.024444.0841

#beb25e color RGB value is (190,178,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110010 01011110
Octal 276 262 136
Decimal 190 178 94
Hex BE B2 5E

RGB Percentages of Color #beb25e

%41.13
%38.53
%20.35

CMYK Percentages of Color #beb25e

%0
%6
%51
%25

Triadic Colors of #beb25e

#beb25e #5ebeb2 #b25ebe

Analogous Colors of #beb25e

#beb25e #9abe5e #be825e

Monochromatic Colors of #beb25e

#beb25e

Complementary Color

#beb25e #5e6abe

#beb25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb25e Color CSS Codes

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

#beb25e Text Font Color

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

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


#beb25e Background Color

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

This div background color is #beb25e


#beb25e Border Color

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

This div border color is #beb25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb25e


Comments

No comments written yet.

Please login to write comment.