Color Hex Logo

#bcafdd Color Hex

#BCAFDD
(188,175,221)
0 Favorites   0 Comments

Color spaces of #bcafdd

RGB 188175221
HSL0.710.400.78
HSV257°21°87°
CMYK 0.150.210.00   0.13
XYZ49.120246.571874.8070
Yxy46.57180.28810.2731
Hunter Lab68.24359.0542-17.2219
CIE-Lab73.915013.6811-21.4521

#bcafdd color RGB value is (188,175,221).

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

The process color (four color CMYK) of #bcafdd color hex is 0.15, 0.21, 0.00, 0.13. Web safe color of #bcafdd is #cc99cc. Color #bcafdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 11011101
Octal 274 257 335
Decimal 188 175 221
Hex BC AF DD

RGB Percentages of Color #bcafdd

%32.19
%29.97
%37.84

CMYK Percentages of Color #bcafdd

%15
%21
%0
%13

Triadic Colors of #bcafdd

#bcafdd #ddbcaf #afddbc

Analogous Colors of #bcafdd

#bcafdd #d3afdd #afb9dd

Monochromatic Colors of #bcafdd

#bcafdd

Complementary Color

#bcafdd #d0ddaf

#bcafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcafdd Color CSS Codes

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

#bcafdd Text Font Color

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

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


#bcafdd Background Color

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

This div background color is #bcafdd


#bcafdd Border Color

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

This div border color is #bcafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcafdd


Comments

No comments written yet.

Please login to write comment.