Color Hex Logo

#bda234 Color Hex

#BDA234
(189,162,52)
0 Favorites   0 Comments

Color spaces of #bda234

RGB 18916252
HSL0.130.570.47
HSV48°72°74°
CMYK 0.000.140.72   0.26
XYZ34.526436.90748.5529
Yxy36.90740.43170.4614
Hunter Lab60.7515-4.869634.1789
CIE-Lab67.2075-1.894557.8072

#bda234 color RGB value is (189,162,52).

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

The process color (four color CMYK) of #bda234 color hex is 0.00, 0.14, 0.72, 0.26. Web safe color of #bda234 is #cc9933. Color #bda234 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 00110100
Octal 275 242 64
Decimal 189 162 52
Hex BD A2 34

RGB Percentages of Color #bda234

%46.90
%40.20
%12.90

CMYK Percentages of Color #bda234

%0
%14
%72
%26

Triadic Colors of #bda234

#bda234 #34bda2 #a234bd

Analogous Colors of #bda234

#bda234 #94bd34 #bd5e34

Monochromatic Colors of #bda234

#bda234

Complementary Color

#bda234 #344fbd

#bda234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda234 Color CSS Codes

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

#bda234 Text Font Color

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

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


#bda234 Background Color

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

This div background color is #bda234


#bda234 Border Color

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

This div border color is #bda234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda234

#bda234 Color Palettes


Comments

No comments written yet.

Please login to write comment.