Color Hex Logo

#bcadd1 Color Hex

#BCADD1
(188,173,209)
2 Favorites   0 Comments

Color spaces of #bcadd1

RGB 188173209
HSL0.740.280.75
HSV265°17°82°
CMYK 0.100.170.00   0.18
XYZ47.191245.182066.5553
Yxy45.18200.29690.2843
Hunter Lab67.21767.6882-11.6536
CIE-Lab73.011612.2526-16.2666

#bcadd1 color RGB value is (188,173,209).

#bcadd1 hex color red value is 188, green value is 173 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #bcadd1 hue: 0.74 , saturation: 0.28 and the lightness value of bcadd1 is 0.75.

The process color (four color CMYK) of #bcadd1 color hex is 0.10, 0.17, 0.00, 0.18. Web safe color of #bcadd1 is #cc99cc. Color #bcadd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 11010001
Octal 274 255 321
Decimal 188 173 209
Hex BC AD D1

RGB Percentages of Color #bcadd1

%32.98
%30.35
%36.67

CMYK Percentages of Color #bcadd1

%10
%17
%0
%18

Triadic Colors of #bcadd1

#bcadd1 #d1bcad #add1bc

Analogous Colors of #bcadd1

#bcadd1 #ceadd1 #adb0d1

Monochromatic Colors of #bcadd1

#bcadd1

Complementary Color

#bcadd1 #c2d1ad

#bcadd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcadd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcadd1 Color CSS Codes

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

#bcadd1 Text Font Color

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

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


#bcadd1 Background Color

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

This div background color is #bcadd1


#bcadd1 Border Color

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

This div border color is #bcadd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcadd1


Comments

No comments written yet.

Please login to write comment.