Color Hex Logo

#bdc970 Color Hex

#BDC970
(189,201,112)
0 Favorites   0 Comments

Color spaces of #bdc970

RGB 189201112
HSL0.190.450.61
HSV68°44°79°
CMYK 0.060.000.44   0.21
XYZ44.797553.762023.3452
Yxy53.76200.36750.4410
Hunter Lab73.3226-19.257332.4484
CIE-Lab78.3228-17.451142.9213

#bdc970 color RGB value is (189,201,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001001 01110000
Octal 275 311 160
Decimal 189 201 112
Hex BD C9 70

RGB Percentages of Color #bdc970

%37.65
%40.04
%22.31

CMYK Percentages of Color #bdc970

%6
%0
%44
%21

Triadic Colors of #bdc970

#bdc970 #70bdc9 #c970bd

Analogous Colors of #bdc970

#bdc970 #91c970 #c9a970

Monochromatic Colors of #bdc970

#bdc970

Complementary Color

#bdc970 #7c70c9

#bdc970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc970 Color CSS Codes

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

#bdc970 Text Font Color

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

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


#bdc970 Background Color

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

This div background color is #bdc970


#bdc970 Border Color

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

This div border color is #bdc970


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,201,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 #bdc970">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc970


Comments

No comments written yet.

Please login to write comment.