Color Hex Logo

#bea269 Color Hex

#BEA269
(190,162,105)
0 Favorites   0 Comments

Color spaces of #bea269

RGB 190162105
HSL0.110.400.58
HSV40°45°75°
CMYK 0.000.150.45   0.25
XYZ36.705337.807718.7276
Yxy37.80770.39370.4055
Hunter Lab61.4880-1.048224.9834
CIE-Lab67.87862.564833.3929

#bea269 color RGB value is (190,162,105).

#bea269 hex color red value is 190, green value is 162 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bea269 hue: 0.11 , saturation: 0.40 and the lightness value of bea269 is 0.58.

The process color (four color CMYK) of #bea269 color hex is 0.00, 0.15, 0.45, 0.25. Web safe color of #bea269 is #cc9966. Color #bea269 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100010 01101001
Octal 276 242 151
Decimal 190 162 105
Hex BE A2 69

RGB Percentages of Color #bea269

%41.58
%35.45
%22.98

CMYK Percentages of Color #bea269

%0
%15
%45
%25

Triadic Colors of #bea269

#bea269 #69bea2 #a269be

Analogous Colors of #bea269

#bea269 #b0be69 #be7869

Monochromatic Colors of #bea269

#bea269

Complementary Color

#bea269 #6985be

#bea269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea269 Color CSS Codes

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

#bea269 Text Font Color

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

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


#bea269 Background Color

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

This div background color is #bea269


#bea269 Border Color

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

This div border color is #bea269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea269


Comments

No comments written yet.

Please login to write comment.