Color Hex Logo

#bcadea Color Hex

#BCADEA
(188,173,234)
0 Favorites   0 Comments

Color spaces of #bcadea

RGB 188173234
HSL0.710.590.80
HSV255°26°92°
CMYK 0.200.260.00   0.08
XYZ50.533946.519084.1575
Yxy46.51900.27890.2567
Hunter Lab68.204812.8946-25.4142
CIE-Lab73.881017.6406-28.5770

#bcadea color RGB value is (188,173,234).

#bcadea hex color red value is 188, green value is 173 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bcadea hue: 0.71 , saturation: 0.59 and the lightness value of bcadea is 0.80.

The process color (four color CMYK) of #bcadea color hex is 0.20, 0.26, 0.00, 0.08. Web safe color of #bcadea is #cc99ff. Color #bcadea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 11101010
Octal 274 255 352
Decimal 188 173 234
Hex BC AD EA

RGB Percentages of Color #bcadea

%31.60
%29.08
%39.33

CMYK Percentages of Color #bcadea

%20
%26
%0
%8

Triadic Colors of #bcadea

#bcadea #eabcad #adeabc

Analogous Colors of #bcadea

#bcadea #dbadea #adbdea

Monochromatic Colors of #bcadea

#bcadea

Complementary Color

#bcadea #dbeaad

#bcadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcadea Color CSS Codes

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

#bcadea Text Font Color

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

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


#bcadea Background Color

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

This div background color is #bcadea


#bcadea Border Color

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

This div border color is #bcadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcadea

#bcadea Color Palettes


Comments

No comments written yet.

Please login to write comment.