Color Hex Logo

#bcaeda Color Hex

#BCAEDA
(188,174,218)
0 Favorites   0 Comments

Color spaces of #bcaeda

RGB 188174218
HSL0.720.370.77
HSV259°20°85°
CMYK 0.140.200.00   0.15
XYZ48.530046.025472.6557
Yxy46.02540.29020.2753
Hunter Lab67.84208.9644-16.0075
CIE-Lab73.562013.5892-20.3526

#bcaeda color RGB value is (188,174,218).

#bcaeda hex color red value is 188, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bcaeda hue: 0.72 , saturation: 0.37 and the lightness value of bcaeda is 0.77.

The process color (four color CMYK) of #bcaeda color hex is 0.14, 0.20, 0.00, 0.15. Web safe color of #bcaeda is #cc99cc. Color #bcaeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 11011010
Octal 274 256 332
Decimal 188 174 218
Hex BC AE DA

RGB Percentages of Color #bcaeda

%32.41
%30.00
%37.59

CMYK Percentages of Color #bcaeda

%14
%20
%0
%15

Triadic Colors of #bcaeda

#bcaeda #dabcae #aedabc

Analogous Colors of #bcaeda

#bcaeda #d2aeda #aeb6da

Monochromatic Colors of #bcaeda

#bcaeda

Complementary Color

#bcaeda #ccdaae

#bcaeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaeda Color CSS Codes

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

#bcaeda Text Font Color

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

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


#bcaeda Background Color

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

This div background color is #bcaeda


#bcaeda Border Color

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

This div border color is #bcaeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaeda


Comments

No comments written yet.

Please login to write comment.