Color Hex Logo

#bcaedc Color Hex

#BCAEDC
(188,174,220)
0 Favorites   0 Comments

Color spaces of #bcaedc

RGB 188174220
HSL0.720.400.77
HSV258°21°86°
CMYK 0.150.210.00   0.14
XYZ48.793446.130874.0426
Yxy46.13080.28880.2730
Hunter Lab67.91979.3748-17.0912
CIE-Lab73.630314.0164-21.3398

#bcaedc color RGB value is (188,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 11011100
Octal 274 256 334
Decimal 188 174 220
Hex BC AE DC

RGB Percentages of Color #bcaedc

%32.30
%29.90
%37.80

CMYK Percentages of Color #bcaedc

%15
%21
%0
%14

Triadic Colors of #bcaedc

#bcaedc #dcbcae #aedcbc

Analogous Colors of #bcaedc

#bcaedc #d3aedc #aeb7dc

Monochromatic Colors of #bcaedc

#bcaedc

Complementary Color

#bcaedc #cedcae

#bcaedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaedc Color CSS Codes

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

#bcaedc Text Font Color

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

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


#bcaedc Background Color

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

This div background color is #bcaedc


#bcaedc Border Color

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

This div border color is #bcaedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaedc


Comments

No comments written yet.

Please login to write comment.