Color Hex Logo

#bead34 Color Hex

#BEAD34
(190,173,52)
0 Favorites   0 Comments

Color spaces of #bead34

RGB 19017352
HSL0.150.570.47
HSV53°73°75°
CMYK 0.000.090.73   0.25
XYZ36.798641.08229.2390
Yxy41.08220.42240.4716
Hunter Lab64.0954-9.686136.3205
CIE-Lab70.2335-7.277160.7927

#bead34 color RGB value is (190,173,52).

#bead34 hex color red value is 190, green value is 173 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #bead34 hue: 0.15 , saturation: 0.57 and the lightness value of bead34 is 0.47.

The process color (four color CMYK) of #bead34 color hex is 0.00, 0.09, 0.73, 0.25. Web safe color of #bead34 is #cc9933. Color #bead34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 00110100
Octal 276 255 64
Decimal 190 173 52
Hex BE AD 34

RGB Percentages of Color #bead34

%45.78
%41.69
%12.53

CMYK Percentages of Color #bead34

%0
%9
%73
%25

Triadic Colors of #bead34

#bead34 #34bead #ad34be

Analogous Colors of #bead34

#bead34 #8abe34 #be6834

Monochromatic Colors of #bead34

#bead34

Complementary Color

#bead34 #3445be

#bead34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bead34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bead34 Color CSS Codes

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

#bead34 Text Font Color

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

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


#bead34 Background Color

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

This div background color is #bead34


#bead34 Border Color

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

This div border color is #bead34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bead34


Comments

No comments written yet.

Please login to write comment.