Color Hex Logo

#bdcd81 Color Hex

#BDCD81
(189,205,129)
0 Favorites   0 Comments

Color spaces of #bdcd81

RGB 189205129
HSL0.200.430.65
HSV73°37°80°
CMYK 0.080.000.37   0.20
XYZ46.780056.066429.1252
Yxy56.06640.35450.4248
Hunter Lab74.8775-19.517129.3521
CIE-Lab79.6516-17.521536.0521

#bdcd81 color RGB value is (189,205,129).

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

The process color (four color CMYK) of #bdcd81 color hex is 0.08, 0.00, 0.37, 0.20. Web safe color of #bdcd81 is #cccc99. Color #bdcd81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 10000001
Octal 275 315 201
Decimal 189 205 129
Hex BD CD 81

RGB Percentages of Color #bdcd81

%36.14
%39.20
%24.67

CMYK Percentages of Color #bdcd81

%8
%0
%37
%20

Triadic Colors of #bdcd81

#bdcd81 #81bdcd #cd81bd

Analogous Colors of #bdcd81

#bdcd81 #97cd81 #cdb781

Monochromatic Colors of #bdcd81

#bdcd81

Complementary Color

#bdcd81 #9181cd

#bdcd81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcd81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcd81 Color CSS Codes

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

#bdcd81 Text Font Color

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

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


#bdcd81 Background Color

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

This div background color is #bdcd81


#bdcd81 Border Color

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

This div border color is #bdcd81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcd81


Comments

No comments written yet.

Please login to write comment.