Color Hex Logo

#bdca70 Color Hex

#BDCA70
(189,202,112)
0 Favorites   0 Comments

Color spaces of #bdca70

RGB 189202112
HSL0.190.460.62
HSV69°45°79°
CMYK 0.060.000.45   0.21
XYZ45.031454.229723.4232
Yxy54.22970.36710.4420
Hunter Lab73.6408-19.718632.6900
CIE-Lab78.5955-17.950643.2583

#bdca70 color RGB value is (189,202,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 01110000
Octal 275 312 160
Decimal 189 202 112
Hex BD CA 70

RGB Percentages of Color #bdca70

%37.57
%40.16
%22.27

CMYK Percentages of Color #bdca70

%6
%0
%45
%21

Triadic Colors of #bdca70

#bdca70 #70bdca #ca70bd

Analogous Colors of #bdca70

#bdca70 #90ca70 #caaa70

Monochromatic Colors of #bdca70

#bdca70

Complementary Color

#bdca70 #7d70ca

#bdca70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdca70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdca70 Color CSS Codes

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

#bdca70 Text Font Color

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

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


#bdca70 Background Color

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

This div background color is #bdca70


#bdca70 Border Color

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

This div border color is #bdca70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdca70


Comments

No comments written yet.

Please login to write comment.