Color Hex Logo

#beb052 Color Hex

#BEB052
(190,176,82)
0 Favorites   0 Comments

Color spaces of #beb052

RGB 19017682
HSL0.150.450.53
HSV52°57°75°
CMYK 0.000.070.57   0.25
XYZ38.283542.607014.1889
Yxy42.60700.40260.4481
Hunter Lab65.2740-9.538632.8037
CIE-Lab71.2874-6.982749.0983

#beb052 color RGB value is (190,176,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110000 01010010
Octal 276 260 122
Decimal 190 176 82
Hex BE B0 52

RGB Percentages of Color #beb052

%42.41
%39.29
%18.30

CMYK Percentages of Color #beb052

%0
%7
%57
%25

Triadic Colors of #beb052

#beb052 #52beb0 #b052be

Analogous Colors of #beb052

#beb052 #96be52 #be7a52

Monochromatic Colors of #beb052

#beb052

Complementary Color

#beb052 #5260be

#beb052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb052 Color CSS Codes

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

#beb052 Text Font Color

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

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


#beb052 Background Color

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

This div background color is #beb052


#beb052 Border Color

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

This div border color is #beb052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb052


Comments

No comments written yet.

Please login to write comment.