Color Hex Logo

#bdddad Color Hex

#BDDDAD
(189,221,173)
0 Favorites   0 Comments

Color spaces of #bdddad

RGB 189221173
HSL0.280.410.77
HSV100°22°87°
CMYK 0.140.000.22   0.13
XYZ54.385565.548849.3209
Yxy65.54880.32130.3873
Hunter Lab80.9622-21.778420.5550
CIE-Lab84.7657-19.236220.1355

#bdddad color RGB value is (189,221,173).

#bdddad hex color red value is 189, green value is 221 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bdddad hue: 0.28 , saturation: 0.41 and the lightness value of bdddad is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 10101101
Octal 275 335 255
Decimal 189 221 173
Hex BD DD AD

RGB Percentages of Color #bdddad

%32.42
%37.91
%29.67

CMYK Percentages of Color #bdddad

%14
%0
%22
%13

Triadic Colors of #bdddad

#bdddad #adbddd #ddadbd

Analogous Colors of #bdddad

#bdddad #adddb5 #d5ddad

Monochromatic Colors of #bdddad

#bdddad

Complementary Color

#bdddad #cdaddd

#bdddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdddad Color CSS Codes

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

#bdddad Text Font Color

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

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


#bdddad Background Color

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

This div background color is #bdddad


#bdddad Border Color

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

This div border color is #bdddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdddad


Comments

No comments written yet.

Please login to write comment.