Color Hex Logo

#bcaefc Color Hex

#BCAEFC
(188,174,252)
0 Favorites   0 Comments

Color spaces of #bcaefc

RGB 188174252
HSL0.700.930.84
HSV251°31°99°
CMYK 0.250.310.00   0.01
XYZ53.445847.991798.5419
Yxy47.99170.26730.2400
Hunter Lab69.276016.4780-35.8440
CIE-Lab74.819721.2300-36.8709

#bcaefc color RGB value is (188,174,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 11111100
Octal 274 256 374
Decimal 188 174 252
Hex BC AE FC

RGB Percentages of Color #bcaefc

%30.62
%28.34
%41.04

CMYK Percentages of Color #bcaefc

%25
%31
%0
%1

Triadic Colors of #bcaefc

#bcaefc #fcbcae #aefcbc

Analogous Colors of #bcaefc

#bcaefc #e3aefc #aec7fc

Monochromatic Colors of #bcaefc

#bcaefc

Complementary Color

#bcaefc #eefcae

#bcaefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaefc Color CSS Codes

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

#bcaefc Text Font Color

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

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


#bcaefc Background Color

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

This div background color is #bcaefc


#bcaefc Border Color

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

This div border color is #bcaefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaefc


Comments

No comments written yet.

Please login to write comment.