Color Hex Logo

#bddb83 Color Hex

#BDDB83
(189,219,131)
0 Favorites   0 Comments

Color spaces of #bddb83

RGB 189219131
HSL0.220.550.69
HSV80°40°86°
CMYK 0.140.000.40   0.14
XYZ50.414563.120530.9991
Yxy63.12050.34880.4367
Hunter Lab79.4484-25.766432.4802
CIE-Lab83.5057-24.164539.9908

#bddb83 color RGB value is (189,219,131).

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

The process color (four color CMYK) of #bddb83 color hex is 0.14, 0.00, 0.40, 0.14. Web safe color of #bddb83 is #cccc99. Color #bddb83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 10000011
Octal 275 333 203
Decimal 189 219 131
Hex BD DB 83

RGB Percentages of Color #bddb83

%35.06
%40.63
%24.30

CMYK Percentages of Color #bddb83

%14
%0
%40
%14

Triadic Colors of #bddb83

#bddb83 #83bddb #db83bd

Analogous Colors of #bddb83

#bddb83 #91db83 #dbcd83

Monochromatic Colors of #bddb83

#bddb83

Complementary Color

#bddb83 #a183db

#bddb83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddb83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddb83 Color CSS Codes

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

#bddb83 Text Font Color

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

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


#bddb83 Background Color

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

This div background color is #bddb83


#bddb83 Border Color

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

This div border color is #bddb83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddb83


Comments

No comments written yet.

Please login to write comment.