Color Hex Logo

#baafca Color Hex

#BAAFCA
(186,175,202)
0 Favorites   0 Comments

Color spaces of #baafca

RGB 186175202
HSL0.730.200.74
HSV264°13°79°
CMYK 0.080.130.00   0.21
XYZ46.240345.363362.1960
Yxy45.36330.30070.2950
Hunter Lab67.35234.6816-7.6043
CIE-Lab73.13059.0627-12.2718

#baafca color RGB value is (186,175,202).

#baafca hex color red value is 186, green value is 175 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #baafca hue: 0.73 , saturation: 0.20 and the lightness value of baafca is 0.74.

The process color (four color CMYK) of #baafca color hex is 0.08, 0.13, 0.00, 0.21. Web safe color of #baafca is #cc99cc. Color #baafca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 11001010
Octal 272 257 312
Decimal 186 175 202
Hex BA AF CA

RGB Percentages of Color #baafca

%33.04
%31.08
%35.88

CMYK Percentages of Color #baafca

%8
%13
%0
%21

Triadic Colors of #baafca

#baafca #cabaaf #afcaba

Analogous Colors of #baafca

#baafca #c8afca #afb2ca

Monochromatic Colors of #baafca

#baafca

Complementary Color

#baafca #bfcaaf

#baafca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baafca Color Preview on White Background

Lorem ipsum dolor sit amet.

#baafca Color CSS Codes

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

#baafca Text Font Color

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

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


#baafca Background Color

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

This div background color is #baafca


#baafca Border Color

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

This div border color is #baafca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baafca


Comments

No comments written yet.

Please login to write comment.