Color Hex Logo

#beb25b Color Hex

#BEB25B
(190,178,91)
0 Favorites   0 Comments

Color spaces of #beb25b

RGB 19017891
HSL0.150.430.55
HSV53°52°75°
CMYK 0.000.060.52   0.25
XYZ39.043943.543316.2444
Yxy43.54330.39510.4406
Hunter Lab65.9873-9.861631.5955
CIE-Lab71.9222-7.290045.5154

#beb25b color RGB value is (190,178,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110010 01011011
Octal 276 262 133
Decimal 190 178 91
Hex BE B2 5B

RGB Percentages of Color #beb25b

%41.39
%38.78
%19.83

CMYK Percentages of Color #beb25b

%0
%6
%52
%25

Triadic Colors of #beb25b

#beb25b #5bbeb2 #b25bbe

Analogous Colors of #beb25b

#beb25b #99be5b #be815b

Monochromatic Colors of #beb25b

#beb25b

Complementary Color

#beb25b #5b67be

#beb25b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb25b Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb25b Color CSS Codes

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

#beb25b Text Font Color

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

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


#beb25b Background Color

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

This div background color is #beb25b


#beb25b Border Color

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

This div border color is #beb25b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb25b


Comments

No comments written yet.

Please login to write comment.