Color Hex Logo

#baacdf Color Hex

#BAACDF
(186,172,223)
0 Favorites   0 Comments

Color spaces of #baacdf

RGB 186172223
HSL0.710.440.77
HSV256°23°87°
CMYK 0.170.230.00   0.13
XYZ48.321545.271976.0036
Yxy45.27190.28490.2669
Hunter Lab67.284410.4453-19.8742
CIE-Lab73.070615.1343-23.8441

#baacdf color RGB value is (186,172,223).

#baacdf hex color red value is 186, green value is 172 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #baacdf hue: 0.71 , saturation: 0.44 and the lightness value of baacdf is 0.77.

The process color (four color CMYK) of #baacdf color hex is 0.17, 0.23, 0.00, 0.13. Web safe color of #baacdf is #cc99cc. Color #baacdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 11011111
Octal 272 254 337
Decimal 186 172 223
Hex BA AC DF

RGB Percentages of Color #baacdf

%32.01
%29.60
%38.38

CMYK Percentages of Color #baacdf

%17
%23
%0
%13

Triadic Colors of #baacdf

#baacdf #dfbaac #acdfba

Analogous Colors of #baacdf

#baacdf #d4acdf #acb8df

Monochromatic Colors of #baacdf

#baacdf

Complementary Color

#baacdf #d1dfac

#baacdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baacdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#baacdf Color CSS Codes

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

#baacdf Text Font Color

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

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


#baacdf Background Color

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

This div background color is #baacdf


#baacdf Border Color

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

This div border color is #baacdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baacdf


Comments

No comments written yet.

Please login to write comment.