Color Hex Logo

#bcabeb Color Hex

#BCABEB
(188,171,235)
0 Favorites   0 Comments

Color spaces of #bcabeb

RGB 188171235
HSL0.710.620.80
HSV256°27°92°
CMYK 0.200.270.00   0.08
XYZ50.297345.815384.7896
Yxy45.81530.27800.2533
Hunter Lab67.687014.1887-26.8900
CIE-Lab73.425518.9709-29.8207

#bcabeb color RGB value is (188,171,235).

#bcabeb hex color red value is 188, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bcabeb hue: 0.71 , saturation: 0.62 and the lightness value of bcabeb is 0.80.

The process color (four color CMYK) of #bcabeb color hex is 0.20, 0.27, 0.00, 0.08. Web safe color of #bcabeb is #cc99ff. Color #bcabeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 11101011
Octal 274 253 353
Decimal 188 171 235
Hex BC AB EB

RGB Percentages of Color #bcabeb

%31.65
%28.79
%39.56

CMYK Percentages of Color #bcabeb

%20
%27
%0
%8

Triadic Colors of #bcabeb

#bcabeb #ebbcab #abebbc

Analogous Colors of #bcabeb

#bcabeb #dcabeb #abbaeb

Monochromatic Colors of #bcabeb

#bcabeb

Complementary Color

#bcabeb #daebab

#bcabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcabeb Color CSS Codes

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

#bcabeb Text Font Color

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

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


#bcabeb Background Color

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

This div background color is #bcabeb


#bcabeb Border Color

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

This div border color is #bcabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcabeb


Comments

No comments written yet.

Please login to write comment.