Color Hex Logo

#bdca7b Color Hex

#BDCA7B
(189,202,123)
0 Favorites   0 Comments

Color spaces of #bdca7b

RGB 189202123
HSL0.190.430.64
HSV70°39°79°
CMYK 0.060.000.39   0.21
XYZ45.681954.489926.8488
Yxy54.48990.35960.4290
Hunter Lab73.8173-18.715330.1071
CIE-Lab78.7465-16.733837.9405

#bdca7b color RGB value is (189,202,123).

#bdca7b hex color red value is 189, green value is 202 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bdca7b hue: 0.19 , saturation: 0.43 and the lightness value of bdca7b is 0.64.

The process color (four color CMYK) of #bdca7b color hex is 0.06, 0.00, 0.39, 0.21. Web safe color of #bdca7b is #cccc66. Color #bdca7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 01111011
Octal 275 312 173
Decimal 189 202 123
Hex BD CA 7B

RGB Percentages of Color #bdca7b

%36.77
%39.30
%23.93

CMYK Percentages of Color #bdca7b

%6
%0
%39
%21

Triadic Colors of #bdca7b

#bdca7b #7bbdca #ca7bbd

Analogous Colors of #bdca7b

#bdca7b #96ca7b #cab07b

Monochromatic Colors of #bdca7b

#bdca7b

Complementary Color

#bdca7b #887bca

#bdca7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdca7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdca7b Color CSS Codes

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

#bdca7b Text Font Color

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

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


#bdca7b Background Color

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

This div background color is #bdca7b


#bdca7b Border Color

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

This div border color is #bdca7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdca7b


Comments

No comments written yet.

Please login to write comment.