Color Hex Logo

#baafdb Color Hex

#BAAFDB
(186,175,219)
0 Favorites   0 Comments

Color spaces of #baafdb

RGB 186175219
HSL0.710.380.77
HSV255°20°86°
CMYK 0.150.200.00   0.14
XYZ48.365946.213573.3888
Yxy46.21350.28790.2751
Hunter Lab67.98058.0310-16.4205
CIE-Lab73.683912.6130-20.7284

#baafdb color RGB value is (186,175,219).

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

The process color (four color CMYK) of #baafdb color hex is 0.15, 0.20, 0.00, 0.14. Web safe color of #baafdb is #cc99cc. Color #baafdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 11011011
Octal 272 257 333
Decimal 186 175 219
Hex BA AF DB

RGB Percentages of Color #baafdb

%32.07
%30.17
%37.76

CMYK Percentages of Color #baafdb

%15
%20
%0
%14

Triadic Colors of #baafdb

#baafdb #dbbaaf #afdbba

Analogous Colors of #baafdb

#baafdb #d0afdb #afbadb

Monochromatic Colors of #baafdb

#baafdb

Complementary Color

#baafdb #d0dbaf

#baafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baafdb Color CSS Codes

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

#baafdb Text Font Color

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

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


#baafdb Background Color

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

This div background color is #baafdb


#baafdb Border Color

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

This div border color is #baafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baafdb


Comments

No comments written yet.

Please login to write comment.