Color Hex Logo

#bddf8d Color Hex

#BDDF8D
(189,223,141)
0 Favorites   0 Comments

Color spaces of #bddf8d

RGB 189223141
HSL0.240.560.71
HSV85°37°87°
CMYK 0.150.000.37   0.13
XYZ52.181765.517335.0951
Yxy65.51730.34150.4288
Hunter Lab80.9428-26.575530.9530
CIE-Lab84.7496-24.851036.5784

#bddf8d color RGB value is (189,223,141).

#bddf8d hex color red value is 189, green value is 223 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bddf8d hue: 0.24 , saturation: 0.56 and the lightness value of bddf8d is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 10001101
Octal 275 337 215
Decimal 189 223 141
Hex BD DF 8D

RGB Percentages of Color #bddf8d

%34.18
%40.33
%25.50

CMYK Percentages of Color #bddf8d

%15
%0
%37
%13

Triadic Colors of #bddf8d

#bddf8d #8dbddf #df8dbd

Analogous Colors of #bddf8d

#bddf8d #94df8d #dfd88d

Monochromatic Colors of #bddf8d

#bddf8d

Complementary Color

#bddf8d #af8ddf

#bddf8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddf8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddf8d Color CSS Codes

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

#bddf8d Text Font Color

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

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


#bddf8d Background Color

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

This div background color is #bddf8d


#bddf8d Border Color

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

This div border color is #bddf8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddf8d


Comments

No comments written yet.

Please login to write comment.