Color Hex Logo

#bcafdf Color Hex

#BCAFDF
(188,175,223)
0 Favorites   0 Comments

Color spaces of #bcafdf

RGB 188175223
HSL0.710.430.78
HSV256°22°87°
CMYK 0.160.220.00   0.13
XYZ49.388346.679076.2189
Yxy46.67900.28670.2709
Hunter Lab68.32209.4697-18.3175
CIE-Lab73.984014.1126-22.4366

#bcafdf color RGB value is (188,175,223).

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

The process color (four color CMYK) of #bcafdf color hex is 0.16, 0.22, 0.00, 0.13. Web safe color of #bcafdf is #cc99cc. Color #bcafdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 11011111
Octal 274 257 337
Decimal 188 175 223
Hex BC AF DF

RGB Percentages of Color #bcafdf

%32.08
%29.86
%38.05

CMYK Percentages of Color #bcafdf

%16
%22
%0
%13

Triadic Colors of #bcafdf

#bcafdf #dfbcaf #afdfbc

Analogous Colors of #bcafdf

#bcafdf #d4afdf #afbadf

Monochromatic Colors of #bcafdf

#bcafdf

Complementary Color

#bcafdf #d2dfaf

#bcafdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcafdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcafdf Color CSS Codes

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

#bcafdf Text Font Color

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

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


#bcafdf Background Color

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

This div background color is #bcafdf


#bcafdf Border Color

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

This div border color is #bcafdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcafdf


Comments

No comments written yet.

Please login to write comment.