Color Hex Logo

#bcdead Color Hex

#BCDEAD
(188,222,173)
0 Favorites   0 Comments

Color spaces of #bcdead

RGB 188222173
HSL0.280.430.77
HSV102°22°87°
CMYK 0.150.000.22   0.13
XYZ54.403165.951049.3976
Yxy65.95100.32050.3885
Hunter Lab81.2102-22.539920.7829
CIE-Lab84.9714-20.078020.4106

#bcdead color RGB value is (188,222,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 10101101
Octal 274 336 255
Decimal 188 222 173
Hex BC DE AD

RGB Percentages of Color #bcdead

%32.25
%38.08
%29.67

CMYK Percentages of Color #bcdead

%15
%0
%22
%13

Triadic Colors of #bcdead

#bcdead #adbcde #deadbc

Analogous Colors of #bcdead

#bcdead #addeb7 #d5dead

Monochromatic Colors of #bcdead

#bcdead

Complementary Color

#bcdead #cfadde

#bcdead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdead Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdead Color CSS Codes

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

#bcdead Text Font Color

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

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


#bcdead Background Color

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

This div background color is #bcdead


#bcdead Border Color

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

This div border color is #bcdead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdead


Comments

No comments written yet.

Please login to write comment.