Color Hex Logo

#bcafe8 Color Hex

#BCAFE8
(188,175,232)
0 Favorites   0 Comments

Color spaces of #bcafe8

RGB 188175232
HSL0.700.550.80
HSV254°25°91°
CMYK 0.190.250.00   0.09
XYZ50.634547.177582.7814
Yxy47.17750.28040.2612
Hunter Lab68.685911.3880-23.3772
CIE-Lab74.303216.0897-26.8433

#bcafe8 color RGB value is (188,175,232).

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

The process color (four color CMYK) of #bcafe8 color hex is 0.19, 0.25, 0.00, 0.09. Web safe color of #bcafe8 is #cc99ff. Color #bcafe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 11101000
Octal 274 257 350
Decimal 188 175 232
Hex BC AF E8

RGB Percentages of Color #bcafe8

%31.60
%29.41
%38.99

CMYK Percentages of Color #bcafe8

%19
%25
%0
%9

Triadic Colors of #bcafe8

#bcafe8 #e8bcaf #afe8bc

Analogous Colors of #bcafe8

#bcafe8 #d9afe8 #afbfe8

Monochromatic Colors of #bcafe8

#bcafe8

Complementary Color

#bcafe8 #dbe8af

#bcafe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcafe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcafe8 Color CSS Codes

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

#bcafe8 Text Font Color

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

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


#bcafe8 Background Color

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

This div background color is #bcafe8


#bcafe8 Border Color

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

This div border color is #bcafe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcafe8


Comments

No comments written yet.

Please login to write comment.