Color Hex Logo

#bda25e Color Hex

#BDA25E
(189,162,94)
0 Favorites   0 Comments

Color spaces of #bda25e

RGB 18916294
HSL0.120.420.55
HSV43°50°74°
CMYK 0.000.140.50   0.26
XYZ35.927037.467615.9281
Yxy37.46760.40220.4195
Hunter Lab61.2108-2.350227.4193
CIE-Lab67.62641.060238.8018

#bda25e color RGB value is (189,162,94).

#bda25e hex color red value is 189, green value is 162 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bda25e hue: 0.12 , saturation: 0.42 and the lightness value of bda25e is 0.55.

The process color (four color CMYK) of #bda25e color hex is 0.00, 0.14, 0.50, 0.26. Web safe color of #bda25e is #cc9966. Color #bda25e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 01011110
Octal 275 242 136
Decimal 189 162 94
Hex BD A2 5E

RGB Percentages of Color #bda25e

%42.47
%36.40
%21.12

CMYK Percentages of Color #bda25e

%0
%14
%50
%26

Triadic Colors of #bda25e

#bda25e #5ebda2 #a25ebd

Analogous Colors of #bda25e

#bda25e #a9bd5e #bd735e

Monochromatic Colors of #bda25e

#bda25e

Complementary Color

#bda25e #5e79bd

#bda25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda25e Color CSS Codes

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

#bda25e Text Font Color

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

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


#bda25e Background Color

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

This div background color is #bda25e


#bda25e Border Color

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

This div border color is #bda25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda25e


Comments

No comments written yet.

Please login to write comment.