Color Hex Logo

#beb352 Color Hex

#BEB352
(190,179,82)
0 Favorites   0 Comments

Color spaces of #beb352

RGB 19017982
HSL0.150.450.53
HSV54°57°75°
CMYK 0.000.060.57   0.25
XYZ38.878343.796514.3871
Yxy43.79650.40060.4512
Hunter Lab66.1789-10.949333.4358
CIE-Lab72.0923-8.549450.0160

#beb352 color RGB value is (190,179,82).

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

The process color (four color CMYK) of #beb352 color hex is 0.00, 0.06, 0.57, 0.25. Web safe color of #beb352 is #cccc66. Color #beb352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110011 01010010
Octal 276 263 122
Decimal 190 179 82
Hex BE B3 52

RGB Percentages of Color #beb352

%42.13
%39.69
%18.18

CMYK Percentages of Color #beb352

%0
%6
%57
%25

Triadic Colors of #beb352

#beb352 #52beb3 #b352be

Analogous Colors of #beb352

#beb352 #93be52 #be7d52

Monochromatic Colors of #beb352

#beb352

Complementary Color

#beb352 #525dbe

#beb352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb352 Color CSS Codes

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

#beb352 Text Font Color

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

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


#beb352 Background Color

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

This div background color is #beb352


#beb352 Border Color

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

This div border color is #beb352


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,179,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 #beb352">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb352


Comments

No comments written yet.

Please login to write comment.