Color Hex Logo

#bcadd4 Color Hex

#BCADD4
(188,173,212)
0 Favorites   0 Comments

Color spaces of #bcadd4

RGB 188173212
HSL0.730.310.75
HSV263°18°83°
CMYK 0.110.180.00   0.17
XYZ47.566345.332068.5303
Yxy45.33200.29470.2808
Hunter Lab67.32908.2800-13.2175
CIE-Lab73.110012.8747-17.7595

#bcadd4 color RGB value is (188,173,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 11010100
Octal 274 255 324
Decimal 188 173 212
Hex BC AD D4

RGB Percentages of Color #bcadd4

%32.81
%30.19
%37.00

CMYK Percentages of Color #bcadd4

%11
%18
%0
%17

Triadic Colors of #bcadd4

#bcadd4 #d4bcad #add4bc

Analogous Colors of #bcadd4

#bcadd4 #d0add4 #adb2d4

Monochromatic Colors of #bcadd4

#bcadd4

Complementary Color

#bcadd4 #c5d4ad

#bcadd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcadd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcadd4 Color CSS Codes

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

#bcadd4 Text Font Color

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

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


#bcadd4 Background Color

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

This div background color is #bcadd4


#bcadd4 Border Color

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

This div border color is #bcadd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcadd4

#bcadd4 Color Palettes


Comments

No comments written yet.

Please login to write comment.