Color Hex Logo

#bda875 Color Hex

#BDA875
(189,168,117)
0 Favorites   0 Comments

Color spaces of #bda875

RGB 189168117
HSL0.120.350.60
HSV43°38°74°
CMYK 0.000.110.38   0.26
XYZ38.199840.108422.5580
Yxy40.10840.37870.3976
Hunter Lab63.3312-3.162823.2133
CIE-Lab69.54670.251229.1510

#bda875 color RGB value is (189,168,117).

#bda875 hex color red value is 189, green value is 168 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bda875 hue: 0.12 , saturation: 0.35 and the lightness value of bda875 is 0.60.

The process color (four color CMYK) of #bda875 color hex is 0.00, 0.11, 0.38, 0.26. Web safe color of #bda875 is #cc9966. Color #bda875 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 01110101
Octal 275 250 165
Decimal 189 168 117
Hex BD A8 75

RGB Percentages of Color #bda875

%39.87
%35.44
%24.68

CMYK Percentages of Color #bda875

%0
%11
%38
%26

Triadic Colors of #bda875

#bda875 #75bda8 #a875bd

Analogous Colors of #bda875

#bda875 #aebd75 #bd8475

Monochromatic Colors of #bda875

#bda875

Complementary Color

#bda875 #758abd

#bda875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda875 Color CSS Codes

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

#bda875 Text Font Color

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

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


#bda875 Background Color

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

This div background color is #bda875


#bda875 Border Color

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

This div border color is #bda875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda875


Comments

No comments written yet.

Please login to write comment.