Color Hex Logo

#bdda81 Color Hex

#BDDA81
(189,218,129)
0 Favorites   0 Comments

Color spaces of #bdda81

RGB 189218129
HSL0.220.550.68
HSV80°41°85°
CMYK 0.130.000.41   0.15
XYZ50.020162.546630.2052
Yxy62.54660.35030.4381
Hunter Lab79.0864-25.504632.7161
CIE-Lab83.2032-23.918840.6022

#bdda81 color RGB value is (189,218,129).

#bdda81 hex color red value is 189, green value is 218 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bdda81 hue: 0.22 , saturation: 0.55 and the lightness value of bdda81 is 0.68.

The process color (four color CMYK) of #bdda81 color hex is 0.13, 0.00, 0.41, 0.15. Web safe color of #bdda81 is #cccc99. Color #bdda81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 10000001
Octal 275 332 201
Decimal 189 218 129
Hex BD DA 81

RGB Percentages of Color #bdda81

%35.26
%40.67
%24.07

CMYK Percentages of Color #bdda81

%13
%0
%41
%15

Triadic Colors of #bdda81

#bdda81 #81bdda #da81bd

Analogous Colors of #bdda81

#bdda81 #91da81 #dacb81

Monochromatic Colors of #bdda81

#bdda81

Complementary Color

#bdda81 #9e81da

#bdda81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdda81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdda81 Color CSS Codes

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

#bdda81 Text Font Color

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

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


#bdda81 Background Color

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

This div background color is #bdda81


#bdda81 Border Color

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

This div border color is #bdda81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdda81


Comments

No comments written yet.

Please login to write comment.