Color Hex Logo

#cfaadb Color Hex

#CFAADB
(207,170,219)
0 Favorites   0 Comments

Color spaces of #cfaadb

RGB 207170219
HSL0.790.400.76
HSV285°22°86°
CMYK 0.050.220.00   0.14
XYZ52.893047.129373.3269
Yxy47.12930.30510.2719
Hunter Lab68.650817.3891-15.2730
CIE-Lab74.272422.1613-19.6643

#cfaadb color RGB value is (207,170,219).

#cfaadb hex color red value is 207, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cfaadb hue: 0.79 , saturation: 0.40 and the lightness value of cfaadb is 0.76.

The process color (four color CMYK) of #cfaadb color hex is 0.05, 0.22, 0.00, 0.14. Web safe color of #cfaadb is #cc99cc. Color #cfaadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 11011011
Octal 317 252 333
Decimal 207 170 219
Hex CF AA DB

RGB Percentages of Color #cfaadb

%34.73
%28.52
%36.74

CMYK Percentages of Color #cfaadb

%5
%22
%0
%14

Triadic Colors of #cfaadb

#cfaadb #dbcfaa #aadbcf

Analogous Colors of #cfaadb

#cfaadb #dbaacf #b7aadb

Monochromatic Colors of #cfaadb

#cfaadb

Complementary Color

#cfaadb #b6dbaa

#cfaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaadb Color CSS Codes

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

#cfaadb Text Font Color

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

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


#cfaadb Background Color

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

This div background color is #cfaadb


#cfaadb Border Color

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

This div border color is #cfaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaadb


Comments

No comments written yet.

Please login to write comment.