Color Hex Logo

#bcd0ad Color Hex

#BCD0AD
(188,208,173)
0 Favorites   0 Comments

Color spaces of #bcd0ad

RGB 188208173
HSL0.260.270.75
HSV94°17°82°
CMYK 0.100.000.17   0.18
XYZ50.837758.820248.2092
Yxy58.82020.32200.3726
Hunter Lab76.6943-15.894316.4170
CIE-Lab81.1927-13.064915.1379

#bcd0ad color RGB value is (188,208,173).

#bcd0ad hex color red value is 188, green value is 208 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bcd0ad hue: 0.26 , saturation: 0.27 and the lightness value of bcd0ad is 0.75.

The process color (four color CMYK) of #bcd0ad color hex is 0.10, 0.00, 0.17, 0.18. Web safe color of #bcd0ad is #cccc99. Color #bcd0ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 10101101
Octal 274 320 255
Decimal 188 208 173
Hex BC D0 AD

RGB Percentages of Color #bcd0ad

%33.04
%36.56
%30.40

CMYK Percentages of Color #bcd0ad

%10
%0
%17
%18

Triadic Colors of #bcd0ad

#bcd0ad #adbcd0 #d0adbc

Analogous Colors of #bcd0ad

#bcd0ad #add0b0 #ced0ad

Monochromatic Colors of #bcd0ad

#bcd0ad

Complementary Color

#bcd0ad #c1add0

#bcd0ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd0ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd0ad Color CSS Codes

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

#bcd0ad Text Font Color

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

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


#bcd0ad Background Color

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

This div background color is #bcd0ad


#bcd0ad Border Color

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

This div border color is #bcd0ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd0ad


Comments

No comments written yet.

Please login to write comment.