Color Hex Logo

#bddd8e Color Hex

#BDDD8E
(189,221,142)
0 Favorites   0 Comments

Color spaces of #bddd8e

RGB 189221142
HSL0.230.540.71
HSV84°36°87°
CMYK 0.140.000.36   0.13
XYZ51.725264.484735.3118
Yxy64.48470.34140.4256
Hunter Lab80.3024-25.551930.1397
CIE-Lab84.2175-23.754835.3793

#bddd8e color RGB value is (189,221,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 10001110
Octal 275 335 216
Decimal 189 221 142
Hex BD DD 8E

RGB Percentages of Color #bddd8e

%34.24
%40.04
%25.72

CMYK Percentages of Color #bddd8e

%14
%0
%36
%13

Triadic Colors of #bddd8e

#bddd8e #8ebddd #dd8ebd

Analogous Colors of #bddd8e

#bddd8e #96dd8e #ddd68e

Monochromatic Colors of #bddd8e

#bddd8e

Complementary Color

#bddd8e #ae8edd

#bddd8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddd8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddd8e Color CSS Codes

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

#bddd8e Text Font Color

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

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


#bddd8e Background Color

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

This div background color is #bddd8e


#bddd8e Border Color

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

This div border color is #bddd8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddd8e


Comments

No comments written yet.

Please login to write comment.