Color Hex Logo

#bcddad Color Hex

#BCDDAD
(188,221,173)
0 Favorites   0 Comments

Color spaces of #bcddad

RGB 188221173
HSL0.280.410.77
HSV101°22°87°
CMYK 0.150.000.22   0.13
XYZ54.138365.421449.3094
Yxy65.42140.32060.3874
Hunter Lab80.8835-22.069520.4732
CIE-Lab84.7004-19.584520.0348

#bcddad color RGB value is (188,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 10101101
Octal 274 335 255
Decimal 188 221 173
Hex BC DD AD

RGB Percentages of Color #bcddad

%32.30
%37.97
%29.73

CMYK Percentages of Color #bcddad

%15
%0
%22
%13

Triadic Colors of #bcddad

#bcddad #adbcdd #ddadbc

Analogous Colors of #bcddad

#bcddad #adddb6 #d4ddad

Monochromatic Colors of #bcddad

#bcddad

Complementary Color

#bcddad #ceaddd

#bcddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcddad Color CSS Codes

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

#bcddad Text Font Color

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

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


#bcddad Background Color

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

This div background color is #bcddad


#bcddad Border Color

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

This div border color is #bcddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcddad


Comments

No comments written yet.

Please login to write comment.