Color Hex Logo

#bddd8f Color Hex

#BDDD8F
(189,221,143)
0 Favorites   0 Comments

Color spaces of #bddd8f

RGB 189221143
HSL0.240.530.71
HSV85°35°87°
CMYK 0.140.000.35   0.13
XYZ51.800664.514935.7090
Yxy64.51490.34070.4244
Hunter Lab80.3212-25.444129.8658
CIE-Lab84.2331-23.624034.8930

#bddd8f color RGB value is (189,221,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 10001111
Octal 275 335 217
Decimal 189 221 143
Hex BD DD 8F

RGB Percentages of Color #bddd8f

%34.18
%39.96
%25.86

CMYK Percentages of Color #bddd8f

%14
%0
%35
%13

Triadic Colors of #bddd8f

#bddd8f #8fbddd #dd8fbd

Analogous Colors of #bddd8f

#bddd8f #96dd8f #ddd68f

Monochromatic Colors of #bddd8f

#bddd8f

Complementary Color

#bddd8f #af8fdd

#bddd8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddd8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddd8f Color CSS Codes

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

#bddd8f Text Font Color

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

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


#bddd8f Background Color

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

This div background color is #bddd8f


#bddd8f Border Color

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

This div border color is #bddd8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddd8f


Comments

No comments written yet.

Please login to write comment.