Color Hex Logo

#bddd8a Color Hex

#BDDD8A
(189,221,138)
0 Favorites   0 Comments

Color spaces of #bddd8a

RGB 189221138
HSL0.230.550.70
HSV83°38°87°
CMYK 0.140.000.38   0.13
XYZ51.430264.366733.7581
Yxy64.36670.34390.4304
Hunter Lab80.2289-25.974231.2126
CIE-Lab84.1563-24.268737.3195

#bddd8a color RGB value is (189,221,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 10001010
Octal 275 335 212
Decimal 189 221 138
Hex BD DD 8A

RGB Percentages of Color #bddd8a

%34.49
%40.33
%25.18

CMYK Percentages of Color #bddd8a

%14
%0
%38
%13

Triadic Colors of #bddd8a

#bddd8a #8abddd #dd8abd

Analogous Colors of #bddd8a

#bddd8a #94dd8a #ddd48a

Monochromatic Colors of #bddd8a

#bddd8a

Complementary Color

#bddd8a #aa8add

#bddd8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddd8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddd8a Color CSS Codes

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

#bddd8a Text Font Color

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

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


#bddd8a Background Color

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

This div background color is #bddd8a


#bddd8a Border Color

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

This div border color is #bddd8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddd8a


Comments

No comments written yet.

Please login to write comment.