Color Hex Logo

#bcafbd Color Hex

#BCAFBD
(188,175,189)
0 Favorites   0 Comments

Color spaces of #bcafbd

RGB 188175189
HSL0.820.100.71
HSV296°74°
CMYK 0.010.070.00   0.26
XYZ45.254345.025454.4497
Yxy45.02540.31270.3111
Hunter Lab67.10102.9574-1.1407
CIE-Lab72.90867.2038-5.4574

#bcafbd color RGB value is (188,175,189).

#bcafbd hex color red value is 188, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bcafbd hue: 0.82 , saturation: 0.10 and the lightness value of bcafbd is 0.71.

The process color (four color CMYK) of #bcafbd color hex is 0.01, 0.07, 0.00, 0.26. Web safe color of #bcafbd is #cc99cc. Color #bcafbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 10111101
Octal 274 257 275
Decimal 188 175 189
Hex BC AF BD

RGB Percentages of Color #bcafbd

%34.06
%31.70
%34.24

CMYK Percentages of Color #bcafbd

%1
%7
%0
%26

Triadic Colors of #bcafbd

#bcafbd #bdbcaf #afbdbc

Analogous Colors of #bcafbd

#bcafbd #bdafb7 #b5afbd

Monochromatic Colors of #bcafbd

#bcafbd

Complementary Color

#bcafbd #b0bdaf

#bcafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcafbd Color CSS Codes

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

#bcafbd Text Font Color

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

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


#bcafbd Background Color

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

This div background color is #bcafbd


#bcafbd Border Color

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

This div border color is #bcafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcafbd


Comments

No comments written yet.

Please login to write comment.