Color Hex Logo

#baacd4 Color Hex

#BAACD4
(186,172,212)
0 Favorites   0 Comments

Color spaces of #baacd4

RGB 186172212
HSL0.730.320.75
HSV261°19°83°
CMYK 0.120.190.00   0.17
XYZ46.885944.697668.4437
Yxy44.69760.29300.2793
Hunter Lab66.85638.1825-13.8984
CIE-Lab72.692312.7730-18.4073

#baacd4 color RGB value is (186,172,212).

#baacd4 hex color red value is 186, green value is 172 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #baacd4 hue: 0.73 , saturation: 0.32 and the lightness value of baacd4 is 0.75.

The process color (four color CMYK) of #baacd4 color hex is 0.12, 0.19, 0.00, 0.17. Web safe color of #baacd4 is #cc99cc. Color #baacd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 11010100
Octal 272 254 324
Decimal 186 172 212
Hex BA AC D4

RGB Percentages of Color #baacd4

%32.63
%30.18
%37.19

CMYK Percentages of Color #baacd4

%12
%19
%0
%17

Triadic Colors of #baacd4

#baacd4 #d4baac #acd4ba

Analogous Colors of #baacd4

#baacd4 #ceacd4 #acb2d4

Monochromatic Colors of #baacd4

#baacd4

Complementary Color

#baacd4 #c6d4ac

#baacd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baacd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baacd4 Color CSS Codes

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

#baacd4 Text Font Color

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

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


#baacd4 Background Color

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

This div background color is #baacd4


#baacd4 Border Color

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

This div border color is #baacd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baacd4


Comments

No comments written yet.

Please login to write comment.