Color Hex Logo

#bddb93 Color Hex

#BDDB93
(189,219,147)
0 Favorites   0 Comments

Color spaces of #bddb93

RGB 189219147
HSL0.240.500.72
HSV85°33°86°
CMYK 0.140.000.33   0.14
XYZ51.584263.588437.1588
Yxy63.58840.33860.4174
Hunter Lab79.7423-24.079928.1913
CIE-Lab83.7510-22.115332.2199

#bddb93 color RGB value is (189,219,147).

#bddb93 hex color red value is 189, green value is 219 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bddb93 hue: 0.24 , saturation: 0.50 and the lightness value of bddb93 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 10010011
Octal 275 333 223
Decimal 189 219 147
Hex BD DB 93

RGB Percentages of Color #bddb93

%34.05
%39.46
%26.49

CMYK Percentages of Color #bddb93

%14
%0
%33
%14

Triadic Colors of #bddb93

#bddb93 #93bddb #db93bd

Analogous Colors of #bddb93

#bddb93 #99db93 #dbd593

Monochromatic Colors of #bddb93

#bddb93

Complementary Color

#bddb93 #b193db

#bddb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddb93 Color CSS Codes

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

#bddb93 Text Font Color

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

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


#bddb93 Background Color

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

This div background color is #bddb93


#bddb93 Border Color

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

This div border color is #bddb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddb93


Comments

No comments written yet.

Please login to write comment.