Color Hex Logo

#bcaefd Color Hex

#BCAEFD
(188,174,253)
0 Favorites   0 Comments

Color spaces of #bcaefd

RGB 188174253
HSL0.700.950.84
HSV251°31°99°
CMYK 0.260.310.00   0.01
XYZ53.604748.055399.3788
Yxy48.05530.26660.2390
Hunter Lab69.321916.7157-36.4718
CIE-Lab74.859821.4658-37.3479

#bcaefd color RGB value is (188,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 11111101
Octal 274 256 375
Decimal 188 174 253
Hex BC AE FD

RGB Percentages of Color #bcaefd

%30.57
%28.29
%41.14

CMYK Percentages of Color #bcaefd

%26
%31
%0
%1

Triadic Colors of #bcaefd

#bcaefd #fdbcae #aefdbc

Analogous Colors of #bcaefd

#bcaefd #e4aefd #aec8fd

Monochromatic Colors of #bcaefd

#bcaefd

Complementary Color

#bcaefd #effdae

#bcaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaefd Color CSS Codes

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

#bcaefd Text Font Color

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

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


#bcaefd Background Color

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

This div background color is #bcaefd


#bcaefd Border Color

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

This div border color is #bcaefd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,174,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 #bcaefd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaefd


Comments

No comments written yet.

Please login to write comment.