Color Hex Logo

#bdca71 Color Hex

#BDCA71
(189,202,113)
0 Favorites   0 Comments

Color spaces of #bdca71

RGB 189202113
HSL0.190.460.62
HSV69°44°79°
CMYK 0.060.000.44   0.21
XYZ45.087454.252123.7181
Yxy54.25210.36640.4409
Hunter Lab73.6560-19.632032.4671
CIE-Lab78.6085-17.845342.7800

#bdca71 color RGB value is (189,202,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 01110001
Octal 275 312 161
Decimal 189 202 113
Hex BD CA 71

RGB Percentages of Color #bdca71

%37.50
%40.08
%22.42

CMYK Percentages of Color #bdca71

%6
%0
%44
%21

Triadic Colors of #bdca71

#bdca71 #71bdca #ca71bd

Analogous Colors of #bdca71

#bdca71 #91ca71 #caab71

Monochromatic Colors of #bdca71

#bdca71

Complementary Color

#bdca71 #7e71ca

#bdca71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdca71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdca71 Color CSS Codes

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

#bdca71 Text Font Color

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

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


#bdca71 Background Color

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

This div background color is #bdca71


#bdca71 Border Color

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

This div border color is #bdca71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdca71


Comments

No comments written yet.

Please login to write comment.