Color Hex Logo

#baafdf Color Hex

#BAAFDF
(186,175,223)
0 Favorites   0 Comments

Color spaces of #baafdf

RGB 186175223
HSL0.700.430.78
HSV254°22°87°
CMYK 0.170.220.00   0.13
XYZ48.899046.426876.1960
Yxy46.42680.28510.2707
Hunter Lab68.13728.8613-18.6063
CIE-Lab73.821613.4805-22.6988

#baafdf color RGB value is (186,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 11011111
Octal 272 257 337
Decimal 186 175 223
Hex BA AF DF

RGB Percentages of Color #baafdf

%31.85
%29.97
%38.18

CMYK Percentages of Color #baafdf

%17
%22
%0
%13

Triadic Colors of #baafdf

#baafdf #dfbaaf #afdfba

Analogous Colors of #baafdf

#baafdf #d2afdf #afbcdf

Monochromatic Colors of #baafdf

#baafdf

Complementary Color

#baafdf #d4dfaf

#baafdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baafdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#baafdf Color CSS Codes

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

#baafdf Text Font Color

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

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


#baafdf Background Color

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

This div background color is #baafdf


#baafdf Border Color

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

This div border color is #baafdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baafdf


Comments

No comments written yet.

Please login to write comment.