Color Hex Logo

#bcaedd Color Hex

#BCAEDD
(188,174,221)
0 Favorites   0 Comments

Color spaces of #bcaedd

RGB 188174221
HSL0.720.410.77
HSV258°21°87°
CMYK 0.150.210.00   0.13
XYZ48.926246.183974.7423
Yxy46.18390.28810.2719
Hunter Lab67.95879.5815-17.6371
CIE-Lab73.664714.2311-21.8328

#bcaedd color RGB value is (188,174,221).

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

The process color (four color CMYK) of #bcaedd color hex is 0.15, 0.21, 0.00, 0.13. Web safe color of #bcaedd is #cc99cc. Color #bcaedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 11011101
Octal 274 256 335
Decimal 188 174 221
Hex BC AE DD

RGB Percentages of Color #bcaedd

%32.25
%29.85
%37.91

CMYK Percentages of Color #bcaedd

%15
%21
%0
%13

Triadic Colors of #bcaedd

#bcaedd #ddbcae #aeddbc

Analogous Colors of #bcaedd

#bcaedd #d4aedd #aeb8dd

Monochromatic Colors of #bcaedd

#bcaedd

Complementary Color

#bcaedd #cfddae

#bcaedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaedd Color CSS Codes

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

#bcaedd Text Font Color

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

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


#bcaedd Background Color

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

This div background color is #bcaedd


#bcaedd Border Color

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

This div border color is #bcaedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaedd


Comments

No comments written yet.

Please login to write comment.