Color Hex Logo

#baafdd Color Hex

#BAAFDD
(186,175,221)
0 Favorites   0 Comments

Color spaces of #baafdd

RGB 186175221
HSL0.710.400.78
HSV254°21°87°
CMYK 0.160.210.00   0.13
XYZ48.630846.319574.7841
Yxy46.31950.28650.2729
Hunter Lab68.05848.4440-17.5083
CIE-Lab73.752413.0452-21.7146

#baafdd color RGB value is (186,175,221).

#baafdd hex color red value is 186, green value is 175 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #baafdd hue: 0.71 , saturation: 0.40 and the lightness value of baafdd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 11011101
Octal 272 257 335
Decimal 186 175 221
Hex BA AF DD

RGB Percentages of Color #baafdd

%31.96
%30.07
%37.97

CMYK Percentages of Color #baafdd

%16
%21
%0
%13

Triadic Colors of #baafdd

#baafdd #ddbaaf #afddba

Analogous Colors of #baafdd

#baafdd #d1afdd #afbbdd

Monochromatic Colors of #baafdd

#baafdd

Complementary Color

#baafdd #d2ddaf

#baafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baafdd Color CSS Codes

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

#baafdd Text Font Color

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

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


#baafdd Background Color

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

This div background color is #baafdd


#baafdd Border Color

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

This div border color is #baafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baafdd


Comments

No comments written yet.

Please login to write comment.