Color Hex Logo

#bcdeae Color Hex

#BCDEAE
(188,222,174)
0 Favorites   0 Comments

Color spaces of #bcdeae

RGB 188222174
HSL0.280.420.78
HSV103°22°87°
CMYK 0.150.000.22   0.13
XYZ54.500365.989949.9093
Yxy65.98990.31980.3873
Hunter Lab81.2342-22.403520.4369
CIE-Lab84.9913-19.916419.9160

#bcdeae color RGB value is (188,222,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 10101110
Octal 274 336 256
Decimal 188 222 174
Hex BC DE AE

RGB Percentages of Color #bcdeae

%32.19
%38.01
%29.79

CMYK Percentages of Color #bcdeae

%15
%0
%22
%13

Triadic Colors of #bcdeae

#bcdeae #aebcde #deaebc

Analogous Colors of #bcdeae

#bcdeae #aedeb8 #d4deae

Monochromatic Colors of #bcdeae

#bcdeae

Complementary Color

#bcdeae #d0aede

#bcdeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdeae Color CSS Codes

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

#bcdeae Text Font Color

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

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


#bcdeae Background Color

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

This div background color is #bcdeae


#bcdeae Border Color

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

This div border color is #bcdeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdeae


Comments

No comments written yet.

Please login to write comment.