Color Hex Logo

#beb264 Color Hex

#BEB264
(190,178,100)
0 Favorites   0 Comments

Color spaces of #beb264

RGB 190178100
HSL0.140.410.57
HSV52°47°75°
CMYK 0.000.060.47   0.25
XYZ39.455843.708018.4135
Yxy43.70800.38840.4303
Hunter Lab66.1120-9.166929.7650
CIE-Lab72.0329-6.464741.1808

#beb264 color RGB value is (190,178,100).

#beb264 hex color red value is 190, green value is 178 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #beb264 hue: 0.14 , saturation: 0.41 and the lightness value of beb264 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110010 01100100
Octal 276 262 144
Decimal 190 178 100
Hex BE B2 64

RGB Percentages of Color #beb264

%40.60
%38.03
%21.37

CMYK Percentages of Color #beb264

%0
%6
%47
%25

Triadic Colors of #beb264

#beb264 #64beb2 #b264be

Analogous Colors of #beb264

#beb264 #9dbe64 #be8564

Monochromatic Colors of #beb264

#beb264

Complementary Color

#beb264 #6470be

#beb264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb264 Color CSS Codes

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

#beb264 Text Font Color

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

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


#beb264 Background Color

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

This div background color is #beb264


#beb264 Border Color

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

This div border color is #beb264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb264


Comments

No comments written yet.

Please login to write comment.