Color Hex Logo

#baaed3 Color Hex

#BAAED3
(186,174,211)
0 Favorites   0 Comments

Color spaces of #baaed3

RGB 186174211
HSL0.720.300.75
HSV259°18°83°
CMYK 0.120.180.00   0.17
XYZ47.143645.414467.9091
Yxy45.41440.29380.2830
Hunter Lab67.39026.9389-12.5734
CIE-Lab73.163911.4627-17.1470

#baaed3 color RGB value is (186,174,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 11010011
Octal 272 256 323
Decimal 186 174 211
Hex BA AE D3

RGB Percentages of Color #baaed3

%32.57
%30.47
%36.95

CMYK Percentages of Color #baaed3

%12
%18
%0
%17

Triadic Colors of #baaed3

#baaed3 #d3baae #aed3ba

Analogous Colors of #baaed3

#baaed3 #cdaed3 #aeb5d3

Monochromatic Colors of #baaed3

#baaed3

Complementary Color

#baaed3 #c7d3ae

#baaed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaed3 Color CSS Codes

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

#baaed3 Text Font Color

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

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


#baaed3 Background Color

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

This div background color is #baaed3


#baaed3 Border Color

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

This div border color is #baaed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaed3


Comments

No comments written yet.

Please login to write comment.