Color Hex Logo

#bddcad Color Hex

#BDDCAD
(189,220,173)
0 Favorites   0 Comments

Color spaces of #bddcad

RGB 189220173
HSL0.280.400.77
HSV100°21°86°
CMYK 0.140.000.21   0.14
XYZ54.122365.022349.2332
Yxy65.02230.32140.3862
Hunter Lab80.6364-21.306420.2455
CIE-Lab84.4952-18.740919.7602

#bddcad color RGB value is (189,220,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 10101101
Octal 275 334 255
Decimal 189 220 173
Hex BD DC AD

RGB Percentages of Color #bddcad

%32.47
%37.80
%29.73

CMYK Percentages of Color #bddcad

%14
%0
%21
%14

Triadic Colors of #bddcad

#bddcad #adbddc #dcadbd

Analogous Colors of #bddcad

#bddcad #addcb5 #d5dcad

Monochromatic Colors of #bddcad

#bddcad

Complementary Color

#bddcad #ccaddc

#bddcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddcad Color CSS Codes

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

#bddcad Text Font Color

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

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


#bddcad Background Color

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

This div background color is #bddcad


#bddcad Border Color

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

This div border color is #bddcad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,220,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 #bddcad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddcad


Comments

No comments written yet.

Please login to write comment.