Color Hex Logo

#bcaddf Color Hex

#BCADDF
(188,173,223)
0 Favorites   0 Comments

Color spaces of #bcaddf

RGB 188173223
HSL0.720.440.78
HSV258°22°87°
CMYK 0.160.220.00   0.13
XYZ49.001945.906276.0901
Yxy45.90620.28660.2685
Hunter Lab67.754110.5271-19.1567
CIE-Lab73.484615.2139-23.1975

#bcaddf color RGB value is (188,173,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 11011111
Octal 274 255 337
Decimal 188 173 223
Hex BC AD DF

RGB Percentages of Color #bcaddf

%32.19
%29.62
%38.18

CMYK Percentages of Color #bcaddf

%16
%22
%0
%13

Triadic Colors of #bcaddf

#bcaddf #dfbcad #addfbc

Analogous Colors of #bcaddf

#bcaddf #d5addf #adb7df

Monochromatic Colors of #bcaddf

#bcaddf

Complementary Color

#bcaddf #d0dfad

#bcaddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaddf Color CSS Codes

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

#bcaddf Text Font Color

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

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


#bcaddf Background Color

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

This div background color is #bcaddf


#bcaddf Border Color

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

This div border color is #bcaddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,173,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 #bcaddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaddf


Comments

No comments written yet.

Please login to write comment.