Color Hex Logo

#baafcc Color Hex

#BAAFCC
(186,175,204)
0 Favorites   0 Comments

Color spaces of #baafcc

RGB 186175204
HSL0.730.220.74
HSV263°14°80°
CMYK 0.090.140.00   0.20
XYZ46.478845.458763.4514
Yxy45.45870.29910.2925
Hunter Lab67.42315.0605-8.6013
CIE-Lab73.19299.4685-13.2732

#baafcc color RGB value is (186,175,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 11001100
Octal 272 257 314
Decimal 186 175 204
Hex BA AF CC

RGB Percentages of Color #baafcc

%32.92
%30.97
%36.11

CMYK Percentages of Color #baafcc

%9
%14
%0
%20

Triadic Colors of #baafcc

#baafcc #ccbaaf #afccba

Analogous Colors of #baafcc

#baafcc #c9afcc #afb3cc

Monochromatic Colors of #baafcc

#baafcc

Complementary Color

#baafcc #c1ccaf

#baafcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baafcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baafcc Color CSS Codes

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

#baafcc Text Font Color

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

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


#baafcc Background Color

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

This div background color is #baafcc


#baafcc Border Color

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

This div border color is #baafcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baafcc


Comments

No comments written yet.

Please login to write comment.