Color Hex Logo

#baafd2 Color Hex

#BAAFD2
(186,175,210)
0 Favorites   0 Comments

Color spaces of #baafd2

RGB 186175210
HSL0.720.280.75
HSV259°17°82°
CMYK 0.110.170.00   0.18
XYZ47.212545.752267.3155
Yxy45.75220.29460.2855
Hunter Lab67.64046.2211-11.6570
CIE-Lab73.384510.7049-16.2675

#baafd2 color RGB value is (186,175,210).

#baafd2 hex color red value is 186, green value is 175 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #baafd2 hue: 0.72 , saturation: 0.28 and the lightness value of baafd2 is 0.75.

The process color (four color CMYK) of #baafd2 color hex is 0.11, 0.17, 0.00, 0.18. Web safe color of #baafd2 is #cc99cc. Color #baafd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 11010010
Octal 272 257 322
Decimal 186 175 210
Hex BA AF D2

RGB Percentages of Color #baafd2

%32.57
%30.65
%36.78

CMYK Percentages of Color #baafd2

%11
%17
%0
%18

Triadic Colors of #baafd2

#baafd2 #d2baaf #afd2ba

Analogous Colors of #baafd2

#baafd2 #ccafd2 #afb6d2

Monochromatic Colors of #baafd2

#baafd2

Complementary Color

#baafd2 #c7d2af

#baafd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baafd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baafd2 Color CSS Codes

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

#baafd2 Text Font Color

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

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


#baafd2 Background Color

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

This div background color is #baafd2


#baafd2 Border Color

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

This div border color is #baafd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baafd2


Comments

No comments written yet.

Please login to write comment.