Color Hex Logo

#cfaddb Color Hex

#CFADDB
(207,173,219)
0 Favorites   0 Comments

Color spaces of #cfaddb

RGB 207173219
HSL0.790.390.77
HSV284°21°86°
CMYK 0.050.210.00   0.14
XYZ53.461948.267073.5166
Yxy48.26700.30510.2754
Hunter Lab69.474515.7788-14.1075
CIE-Lab74.993020.5244-18.5729

#cfaddb color RGB value is (207,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 11011011
Octal 317 255 333
Decimal 207 173 219
Hex CF AD DB

RGB Percentages of Color #cfaddb

%34.56
%28.88
%36.56

CMYK Percentages of Color #cfaddb

%5
%21
%0
%14

Triadic Colors of #cfaddb

#cfaddb #dbcfad #addbcf

Analogous Colors of #cfaddb

#cfaddb #dbadd0 #b8addb

Monochromatic Colors of #cfaddb

#cfaddb

Complementary Color

#cfaddb #b9dbad

#cfaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaddb Color CSS Codes

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

#cfaddb Text Font Color

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

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


#cfaddb Background Color

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

This div background color is #cfaddb


#cfaddb Border Color

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

This div border color is #cfaddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaddb


Comments

No comments written yet.

Please login to write comment.