Color Hex Logo

#bcadd5 Color Hex

#BCADD5
(188,173,213)
0 Favorites   0 Comments

Color spaces of #bcadd5

RGB 188173213
HSL0.730.320.76
HSV263°19°84°
CMYK 0.120.190.00   0.16
XYZ47.692845.382669.1968
Yxy45.38260.29390.2797
Hunter Lab67.36668.4791-13.7441
CIE-Lab73.143113.0834-18.2562

#bcadd5 color RGB value is (188,173,213).

#bcadd5 hex color red value is 188, green value is 173 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #bcadd5 hue: 0.73 , saturation: 0.32 and the lightness value of bcadd5 is 0.76.

The process color (four color CMYK) of #bcadd5 color hex is 0.12, 0.19, 0.00, 0.16. Web safe color of #bcadd5 is #cc99cc. Color #bcadd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 11010101
Octal 274 255 325
Decimal 188 173 213
Hex BC AD D5

RGB Percentages of Color #bcadd5

%32.75
%30.14
%37.11

CMYK Percentages of Color #bcadd5

%12
%19
%0
%16

Triadic Colors of #bcadd5

#bcadd5 #d5bcad #add5bc

Analogous Colors of #bcadd5

#bcadd5 #d0add5 #adb2d5

Monochromatic Colors of #bcadd5

#bcadd5

Complementary Color

#bcadd5 #c6d5ad

#bcadd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcadd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcadd5 Color CSS Codes

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

#bcadd5 Text Font Color

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

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


#bcadd5 Background Color

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

This div background color is #bcadd5


#bcadd5 Border Color

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

This div border color is #bcadd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcadd5


Comments

No comments written yet.

Please login to write comment.