Color Hex Logo

#bdcd70 Color Hex

#BDCD70
(189,205,112)
0 Favorites   0 Comments

Color spaces of #bdcd70

RGB 189205112
HSL0.200.480.62
HSV70°45°80°
CMYK 0.080.000.45   0.20
XYZ45.742255.651323.6601
Yxy55.65130.36580.4450
Hunter Lab74.5998-21.099233.4154
CIE-Lab79.4150-19.442744.2686

#bdcd70 color RGB value is (189,205,112).

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

The process color (four color CMYK) of #bdcd70 color hex is 0.08, 0.00, 0.45, 0.20. Web safe color of #bdcd70 is #cccc66. Color #bdcd70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 01110000
Octal 275 315 160
Decimal 189 205 112
Hex BD CD 70

RGB Percentages of Color #bdcd70

%37.35
%40.51
%22.13

CMYK Percentages of Color #bdcd70

%8
%0
%45
%20

Triadic Colors of #bdcd70

#bdcd70 #70bdcd #cd70bd

Analogous Colors of #bdcd70

#bdcd70 #8fcd70 #cdaf70

Monochromatic Colors of #bdcd70

#bdcd70

Complementary Color

#bdcd70 #8070cd

#bdcd70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcd70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcd70 Color CSS Codes

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

#bdcd70 Text Font Color

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

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


#bdcd70 Background Color

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

This div background color is #bdcd70


#bdcd70 Border Color

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

This div border color is #bdcd70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcd70


Comments

No comments written yet.

Please login to write comment.