Color Hex Logo

#bcdeab Color Hex

#BCDEAB
(188,222,171)
0 Favorites   0 Comments

Color spaces of #bcdeab

RGB 188222171
HSL0.280.440.77
HSV100°23°87°
CMYK 0.150.000.23   0.13
XYZ54.211065.874248.3858
Yxy65.87420.32180.3910
Hunter Lab81.1629-22.809921.4679
CIE-Lab84.9322-20.398221.3995

#bcdeab color RGB value is (188,222,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 10101011
Octal 274 336 253
Decimal 188 222 171
Hex BC DE AB

RGB Percentages of Color #bcdeab

%32.36
%38.21
%29.43

CMYK Percentages of Color #bcdeab

%15
%0
%23
%13

Triadic Colors of #bcdeab

#bcdeab #abbcde #deabbc

Analogous Colors of #bcdeab

#bcdeab #abdeb4 #d6deab

Monochromatic Colors of #bcdeab

#bcdeab

Complementary Color

#bcdeab #cdabde

#bcdeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdeab Color CSS Codes

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

#bcdeab Text Font Color

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

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


#bcdeab Background Color

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

This div background color is #bcdeab


#bcdeab Border Color

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

This div border color is #bcdeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdeab


Comments

No comments written yet.

Please login to write comment.