Color Hex Logo

#bca8ef Color Hex

#BCA8EF
(188,168,239)
0 Favorites   0 Comments

Color spaces of #bca8ef

RGB 188168239
HSL0.710.690.80
HSV257°30°94°
CMYK 0.210.300.00   0.06
XYZ50.321744.928687.6812
Yxy44.92860.27510.2456
Hunter Lab67.028816.7080-30.6378
CIE-Lab72.844921.5391-32.8903

#bca8ef color RGB value is (188,168,239).

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

The process color (four color CMYK) of #bca8ef color hex is 0.21, 0.30, 0.00, 0.06. Web safe color of #bca8ef is #cc99ff. Color #bca8ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 11101111
Octal 274 250 357
Decimal 188 168 239
Hex BC A8 EF

RGB Percentages of Color #bca8ef

%31.60
%28.24
%40.17

CMYK Percentages of Color #bca8ef

%21
%30
%0
%6

Triadic Colors of #bca8ef

#bca8ef #efbca8 #a8efbc

Analogous Colors of #bca8ef

#bca8ef #e0a8ef #a8b8ef

Monochromatic Colors of #bca8ef

#bca8ef

Complementary Color

#bca8ef #dbefa8

#bca8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca8ef Color CSS Codes

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

#bca8ef Text Font Color

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

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


#bca8ef Background Color

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

This div background color is #bca8ef


#bca8ef Border Color

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

This div border color is #bca8ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca8ef


Comments

No comments written yet.

Please login to write comment.