Color Hex Logo

#bcaaed Color Hex

#BCAAED
(188,170,237)
0 Favorites   0 Comments

Color spaces of #bcaaed

RGB 188170237
HSL0.710.650.80
HSV256°28°93°
CMYK 0.210.280.00   0.07
XYZ50.399845.555286.2574
Yxy45.55520.27660.2500
Hunter Lab67.494615.1746-28.5258
CIE-Lab73.256019.9762-31.1688

#bcaaed color RGB value is (188,170,237).

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

The process color (four color CMYK) of #bcaaed color hex is 0.21, 0.28, 0.00, 0.07. Web safe color of #bcaaed is #cc99ff. Color #bcaaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 11101101
Octal 274 252 355
Decimal 188 170 237
Hex BC AA ED

RGB Percentages of Color #bcaaed

%31.60
%28.57
%39.83

CMYK Percentages of Color #bcaaed

%21
%28
%0
%7

Triadic Colors of #bcaaed

#bcaaed #edbcaa #aaedbc

Analogous Colors of #bcaaed

#bcaaed #deaaed #aabaed

Monochromatic Colors of #bcaaed

#bcaaed

Complementary Color

#bcaaed #dbedaa

#bcaaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaaed Color CSS Codes

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

#bcaaed Text Font Color

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

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


#bcaaed Background Color

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

This div background color is #bcaaed


#bcaaed Border Color

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

This div border color is #bcaaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaaed


Comments

No comments written yet.

Please login to write comment.