Color Hex Logo

#baafcb Color Hex

#BAAFCB
(186,175,203)
0 Favorites   0 Comments

Color spaces of #baafcb

RGB 186175203
HSL0.730.210.74
HSV264°14°80°
CMYK 0.080.140.00   0.20
XYZ46.359245.410862.8217
Yxy45.41080.29990.2937
Hunter Lab67.38754.8707-8.1015
CIE-Lab73.16169.2654-12.7728

#baafcb color RGB value is (186,175,203).

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

The process color (four color CMYK) of #baafcb color hex is 0.08, 0.14, 0.00, 0.20. Web safe color of #baafcb is #cc99cc. Color #baafcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 11001011
Octal 272 257 313
Decimal 186 175 203
Hex BA AF CB

RGB Percentages of Color #baafcb

%32.98
%31.03
%35.99

CMYK Percentages of Color #baafcb

%8
%14
%0
%20

Triadic Colors of #baafcb

#baafcb #cbbaaf #afcbba

Analogous Colors of #baafcb

#baafcb #c8afcb #afb2cb

Monochromatic Colors of #baafcb

#baafcb

Complementary Color

#baafcb #c0cbaf

#baafcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baafcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baafcb Color CSS Codes

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

#baafcb Text Font Color

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

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


#baafcb Background Color

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

This div background color is #baafcb


#baafcb Border Color

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

This div border color is #baafcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baafcb

#baafcb Color Palettes


Comments

No comments written yet.

Please login to write comment.