Color Hex Logo

#beb05d Color Hex

#BEB05D
(190,176,93)
0 Favorites   0 Comments

Color spaces of #beb05d

RGB 19017693
HSL0.140.430.55
HSV51°51°75°
CMYK 0.000.070.51   0.25
XYZ38.736342.788116.5732
Yxy42.78810.39490.4362
Hunter Lab65.4126-8.767230.7669
CIE-Lab71.4109-6.064943.9230

#beb05d color RGB value is (190,176,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110000 01011101
Octal 276 260 135
Decimal 190 176 93
Hex BE B0 5D

RGB Percentages of Color #beb05d

%41.39
%38.34
%20.26

CMYK Percentages of Color #beb05d

%0
%7
%51
%25

Triadic Colors of #beb05d

#beb05d #5dbeb0 #b05dbe

Analogous Colors of #beb05d

#beb05d #9cbe5d #be805d

Monochromatic Colors of #beb05d

#beb05d

Complementary Color

#beb05d #5d6bbe

#beb05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb05d Color CSS Codes

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

#beb05d Text Font Color

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

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


#beb05d Background Color

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

This div background color is #beb05d


#beb05d Border Color

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

This div border color is #beb05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb05d


Comments

No comments written yet.

Please login to write comment.