Color Hex Logo

#bcceac Color Hex

#BCCEAC
(188,206,172)
6 Favorites   0 Comments

Color spaces of #bcceac

RGB 188206172
HSL0.250.260.74
HSV92°17°81°
CMYK 0.090.000.17   0.19
XYZ50.256757.812547.5398
Yxy57.81250.32300.3715
Hunter Lab76.0345-15.076916.1537
CIE-Lab80.6344-12.210914.8843

#bcceac color RGB value is (188,206,172).

#bcceac hex color red value is 188, green value is 206 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bcceac hue: 0.25 , saturation: 0.26 and the lightness value of bcceac is 0.74.

The process color (four color CMYK) of #bcceac color hex is 0.09, 0.00, 0.17, 0.19. Web safe color of #bcceac is #cccc99. Color #bcceac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 10101100
Octal 274 316 254
Decimal 188 206 172
Hex BC CE AC

RGB Percentages of Color #bcceac

%33.22
%36.40
%30.39

CMYK Percentages of Color #bcceac

%9
%0
%17
%19

Triadic Colors of #bcceac

#bcceac #acbcce #ceacbc

Analogous Colors of #bcceac

#bcceac #accead #cdceac

Monochromatic Colors of #bcceac

#bcceac

Complementary Color

#bcceac #beacce

#bcceac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcceac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcceac Color CSS Codes

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

#bcceac Text Font Color

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

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


#bcceac Background Color

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

This div background color is #bcceac


#bcceac Border Color

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

This div border color is #bcceac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcceac

#bcceac Color Palettes


Comments

No comments written yet.

Please login to write comment.