Color Hex Logo

#bddc96 Color Hex

#BDDC96
(189,220,150)
0 Favorites   0 Comments

Color spaces of #bddc96

RGB 189220150
HSL0.240.500.73
HSV87°32°86°
CMYK 0.140.000.32   0.14
XYZ52.084564.207238.5023
Yxy64.20720.33650.4148
Hunter Lab80.1294-24.200627.6016
CIE-Lab84.0735-22.191331.1114

#bddc96 color RGB value is (189,220,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 10010110
Octal 275 334 226
Decimal 189 220 150
Hex BD DC 96

RGB Percentages of Color #bddc96

%33.81
%39.36
%26.83

CMYK Percentages of Color #bddc96

%14
%0
%32
%14

Triadic Colors of #bddc96

#bddc96 #96bddc #dc96bd

Analogous Colors of #bddc96

#bddc96 #9adc96 #dcd896

Monochromatic Colors of #bddc96

#bddc96

Complementary Color

#bddc96 #b596dc

#bddc96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddc96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddc96 Color CSS Codes

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

#bddc96 Text Font Color

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

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


#bddc96 Background Color

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

This div background color is #bddc96


#bddc96 Border Color

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

This div border color is #bddc96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddc96


Comments

No comments written yet.

Please login to write comment.