Color Hex Logo

#baafd1 Color Hex

#BAAFD1
(186,175,209)
0 Favorites   0 Comments

Color spaces of #baafd1

RGB 186175209
HSL0.720.270.75
HSV259°16°82°
CMYK 0.110.160.00   0.18
XYZ47.088345.702566.6612
Yxy45.70250.29530.2866
Hunter Lab67.60366.0252-11.1409
CIE-Lab73.352110.4969-15.7695

#baafd1 color RGB value is (186,175,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 11010001
Octal 272 257 321
Decimal 186 175 209
Hex BA AF D1

RGB Percentages of Color #baafd1

%32.63
%30.70
%36.67

CMYK Percentages of Color #baafd1

%11
%16
%0
%18

Triadic Colors of #baafd1

#baafd1 #d1baaf #afd1ba

Analogous Colors of #baafd1

#baafd1 #cbafd1 #afb5d1

Monochromatic Colors of #baafd1

#baafd1

Complementary Color

#baafd1 #c6d1af

#baafd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baafd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baafd1 Color CSS Codes

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

#baafd1 Text Font Color

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

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


#baafd1 Background Color

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

This div background color is #baafd1


#baafd1 Border Color

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

This div border color is #baafd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baafd1


Comments

No comments written yet.

Please login to write comment.