Color Hex Logo

#cfaedd Color Hex

#CFAEDD
(207,174,221)
0 Favorites   0 Comments

Color spaces of #cfaedd

RGB 207174221
HSL0.780.410.77
HSV282°21°87°
CMYK 0.060.210.00   0.13
XYZ53.919348.758074.9760
Yxy48.75800.30350.2745
Hunter Lab69.826915.6379-14.7832
CIE-Lab75.300520.3726-19.1962

#cfaedd color RGB value is (207,174,221).

#cfaedd hex color red value is 207, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cfaedd hue: 0.78 , saturation: 0.41 and the lightness value of cfaedd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101110 11011101
Octal 317 256 335
Decimal 207 174 221
Hex CF AE DD

RGB Percentages of Color #cfaedd

%34.39
%28.90
%36.71

CMYK Percentages of Color #cfaedd

%6
%21
%0
%13

Triadic Colors of #cfaedd

#cfaedd #ddcfae #aeddcf

Analogous Colors of #cfaedd

#cfaedd #ddaed4 #b8aedd

Monochromatic Colors of #cfaedd

#cfaedd

Complementary Color

#cfaedd #bcddae

#cfaedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaedd Color CSS Codes

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

#cfaedd Text Font Color

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

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


#cfaedd Background Color

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

This div background color is #cfaedd


#cfaedd Border Color

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

This div border color is #cfaedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,174,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaedd


Comments

No comments written yet.

Please login to write comment.