Color Hex Logo

#bcaff0 Color Hex

#BCAFF0
(188,175,240)
0 Favorites   0 Comments

Color spaces of #bcaff0

RGB 188175240
HSL0.700.680.81
HSV252°27°94°
CMYK 0.220.270.00   0.06
XYZ51.797247.642688.9040
Yxy47.64260.27500.2530
Hunter Lab69.023613.1599-28.0503
CIE-Lab74.598917.8938-30.7270

#bcaff0 color RGB value is (188,175,240).

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

The process color (four color CMYK) of #bcaff0 color hex is 0.22, 0.27, 0.00, 0.06. Web safe color of #bcaff0 is #cc99ff. Color #bcaff0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 11110000
Octal 274 257 360
Decimal 188 175 240
Hex BC AF F0

RGB Percentages of Color #bcaff0

%31.18
%29.02
%39.80

CMYK Percentages of Color #bcaff0

%22
%27
%0
%6

Triadic Colors of #bcaff0

#bcaff0 #f0bcaf #aff0bc

Analogous Colors of #bcaff0

#bcaff0 #ddaff0 #afc3f0

Monochromatic Colors of #bcaff0

#bcaff0

Complementary Color

#bcaff0 #e3f0af

#bcaff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaff0 Color CSS Codes

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

#bcaff0 Text Font Color

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

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


#bcaff0 Background Color

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

This div background color is #bcaff0


#bcaff0 Border Color

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

This div border color is #bcaff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaff0


Comments

No comments written yet.

Please login to write comment.