Color Hex Logo

#bccdae Color Hex

#BCCDAE
(188,205,174)
0 Favorites   0 Comments

Color spaces of #bccdae

RGB 188205174
HSL0.260.240.74
HSV93°15°80°
CMYK 0.080.000.15   0.20
XYZ50.210357.410048.4793
Yxy57.41000.32170.3678
Hunter Lab75.7694-14.309415.1032
CIE-Lab80.4096-11.366413.5037

#bccdae color RGB value is (188,205,174).

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

The process color (four color CMYK) of #bccdae color hex is 0.08, 0.00, 0.15, 0.20. Web safe color of #bccdae is #cccc99. Color #bccdae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 10101110
Octal 274 315 256
Decimal 188 205 174
Hex BC CD AE

RGB Percentages of Color #bccdae

%33.16
%36.16
%30.69

CMYK Percentages of Color #bccdae

%8
%0
%15
%20

Triadic Colors of #bccdae

#bccdae #aebccd #cdaebc

Analogous Colors of #bccdae

#bccdae #aecdb0 #cccdae

Monochromatic Colors of #bccdae

#bccdae

Complementary Color

#bccdae #bfaecd

#bccdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccdae Color CSS Codes

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

#bccdae Text Font Color

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

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


#bccdae Background Color

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

This div background color is #bccdae


#bccdae Border Color

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

This div border color is #bccdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccdae


Comments

No comments written yet.

Please login to write comment.