Color Hex Logo

#bcdcae Color Hex

#BCDCAE
(188,220,174)
0 Favorites   0 Comments

Color spaces of #bcdcae

RGB 188220174
HSL0.280.400.77
HSV102°21°86°
CMYK 0.150.000.21   0.14
XYZ53.972264.933849.7332
Yxy64.93380.32000.3850
Hunter Lab80.5815-21.461219.8145
CIE-Lab84.4496-18.927819.1637

#bcdcae color RGB value is (188,220,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 10101110
Octal 274 334 256
Decimal 188 220 174
Hex BC DC AE

RGB Percentages of Color #bcdcae

%32.30
%37.80
%29.90

CMYK Percentages of Color #bcdcae

%15
%0
%21
%14

Triadic Colors of #bcdcae

#bcdcae #aebcdc #dcaebc

Analogous Colors of #bcdcae

#bcdcae #aedcb7 #d3dcae

Monochromatic Colors of #bcdcae

#bcdcae

Complementary Color

#bcdcae #ceaedc

#bcdcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdcae Color CSS Codes

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

#bcdcae Text Font Color

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

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


#bcdcae Background Color

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

This div background color is #bcdcae


#bcdcae Border Color

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

This div border color is #bcdcae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,220,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdcae


Comments

No comments written yet.

Please login to write comment.