Color Hex Logo

#bcc8ae Color Hex

#BCC8AE
(188,200,174)
0 Favorites   0 Comments

Color spaces of #bcc8ae

RGB 188200174
HSL0.240.190.73
HSV88°13°78°
CMYK 0.060.000.13   0.22
XYZ49.033355.055948.0869
Yxy55.05590.32220.3618
Hunter Lab74.1997-11.891413.5154
CIE-Lab79.0735-8.790311.6131

#bcc8ae color RGB value is (188,200,174).

#bcc8ae hex color red value is 188, green value is 200 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bcc8ae hue: 0.24 , saturation: 0.19 and the lightness value of bcc8ae is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001000 10101110
Octal 274 310 256
Decimal 188 200 174
Hex BC C8 AE

RGB Percentages of Color #bcc8ae

%33.45
%35.59
%30.96

CMYK Percentages of Color #bcc8ae

%6
%0
%13
%22

Triadic Colors of #bcc8ae

#bcc8ae #aebcc8 #c8aebc

Analogous Colors of #bcc8ae

#bcc8ae #afc8ae #c8c7ae

Monochromatic Colors of #bcc8ae

#bcc8ae

Complementary Color

#bcc8ae #baaec8

#bcc8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc8ae Color CSS Codes

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

#bcc8ae Text Font Color

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

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


#bcc8ae Background Color

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

This div background color is #bcc8ae


#bcc8ae Border Color

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

This div border color is #bcc8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc8ae


Comments

No comments written yet.

Please login to write comment.