Color Hex Logo

#bcafec Color Hex

#BCAFEC
(188,175,236)
0 Favorites   0 Comments

Color spaces of #bcafec

RGB 188175236
HSL0.700.620.81
HSV253°26°93°
CMYK 0.200.260.00   0.07
XYZ51.209347.407485.8084
Yxy47.40740.27770.2571
Hunter Lab68.853012.2662-25.6933
CIE-Lab74.449616.9864-28.7891

#bcafec color RGB value is (188,175,236).

#bcafec hex color red value is 188, green value is 175 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bcafec hue: 0.70 , saturation: 0.62 and the lightness value of bcafec is 0.81.

The process color (four color CMYK) of #bcafec color hex is 0.20, 0.26, 0.00, 0.07. Web safe color of #bcafec is #cc99ff. Color #bcafec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 11101100
Octal 274 257 354
Decimal 188 175 236
Hex BC AF EC

RGB Percentages of Color #bcafec

%31.39
%29.22
%39.40

CMYK Percentages of Color #bcafec

%20
%26
%0
%7

Triadic Colors of #bcafec

#bcafec #ecbcaf #afecbc

Analogous Colors of #bcafec

#bcafec #dbafec #afc1ec

Monochromatic Colors of #bcafec

#bcafec

Complementary Color

#bcafec #dfecaf

#bcafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcafec Color CSS Codes

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

#bcafec Text Font Color

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

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


#bcafec Background Color

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

This div background color is #bcafec


#bcafec Border Color

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

This div border color is #bcafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcafec


Comments

No comments written yet.

Please login to write comment.