Color Hex Logo

#baafde Color Hex

#BAAFDE
(186,175,222)
0 Favorites   0 Comments

Color spaces of #baafde

RGB 186175222
HSL0.710.420.78
HSV254°21°87°
CMYK 0.160.210.00   0.13
XYZ48.764546.373075.4880
Yxy46.37300.28580.2718
Hunter Lab68.09778.6521-18.0560
CIE-Lab73.786913.2624-22.2069

#baafde color RGB value is (186,175,222).

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

The process color (four color CMYK) of #baafde color hex is 0.16, 0.21, 0.00, 0.13. Web safe color of #baafde is #cc99cc. Color #baafde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 11011110
Octal 272 257 336
Decimal 186 175 222
Hex BA AF DE

RGB Percentages of Color #baafde

%31.90
%30.02
%38.08

CMYK Percentages of Color #baafde

%16
%21
%0
%13

Triadic Colors of #baafde

#baafde #debaaf #afdeba

Analogous Colors of #baafde

#baafde #d2afde #afbcde

Monochromatic Colors of #baafde

#baafde

Complementary Color

#baafde #d3deaf

#baafde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baafde Color Preview on White Background

Lorem ipsum dolor sit amet.

#baafde Color CSS Codes

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

#baafde Text Font Color

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

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


#baafde Background Color

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

This div background color is #baafde


#baafde Border Color

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

This div border color is #baafde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baafde


Comments

No comments written yet.

Please login to write comment.