Color Hex Logo

#baadd3 Color Hex

#BAADD3
(186,173,211)
0 Favorites   0 Comments

Color spaces of #baadd3

RGB 186173211
HSL0.720.300.75
HSV261°18°83°
CMYK 0.120.180.00   0.17
XYZ46.951145.029467.8450
Yxy45.02940.29380.2817
Hunter Lab67.10397.4605-12.9720
CIE-Lab72.911212.0124-17.5289

#baadd3 color RGB value is (186,173,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 11010011
Octal 272 255 323
Decimal 186 173 211
Hex BA AD D3

RGB Percentages of Color #baadd3

%32.63
%30.35
%37.02

CMYK Percentages of Color #baadd3

%12
%18
%0
%17

Triadic Colors of #baadd3

#baadd3 #d3baad #add3ba

Analogous Colors of #baadd3

#baadd3 #cdadd3 #adb3d3

Monochromatic Colors of #baadd3

#baadd3

Complementary Color

#baadd3 #c6d3ad

#baadd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baadd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baadd3 Color CSS Codes

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

#baadd3 Text Font Color

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

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


#baadd3 Background Color

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

This div background color is #baadd3


#baadd3 Border Color

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

This div border color is #baadd3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,173,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 #baadd3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baadd3


Comments

No comments written yet.

Please login to write comment.