Color Hex Logo

#bcaafd Color Hex

#BCAAFD
(188,170,253)
0 Favorites   0 Comments

Color spaces of #bcaafd

RGB 188170253
HSL0.700.950.83
HSV253°33°99°
CMYK 0.260.330.00   0.01
XYZ52.843446.532799.1251
Yxy46.53270.26620.2344
Hunter Lab68.214918.9009-38.4057
CIE-Lab73.889923.6815-38.8550

#bcaafd color RGB value is (188,170,253).

#bcaafd hex color red value is 188, green value is 170 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bcaafd hue: 0.70 , saturation: 0.95 and the lightness value of bcaafd is 0.83.

The process color (four color CMYK) of #bcaafd color hex is 0.26, 0.33, 0.00, 0.01. Web safe color of #bcaafd is #cc99ff. Color #bcaafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 11111101
Octal 274 252 375
Decimal 188 170 253
Hex BC AA FD

RGB Percentages of Color #bcaafd

%30.77
%27.82
%41.41

CMYK Percentages of Color #bcaafd

%26
%33
%0
%1

Triadic Colors of #bcaafd

#bcaafd #fdbcaa #aafdbc

Analogous Colors of #bcaafd

#bcaafd #e6aafd #aac2fd

Monochromatic Colors of #bcaafd

#bcaafd

Complementary Color

#bcaafd #ebfdaa

#bcaafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaafd Color CSS Codes

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

#bcaafd Text Font Color

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

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


#bcaafd Background Color

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

This div background color is #bcaafd


#bcaafd Border Color

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

This div border color is #bcaafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaafd


Comments

No comments written yet.

Please login to write comment.