Color Hex Logo

#cfc9ed Color Hex

#CFC9ED
(207,201,237)
0 Favorites   0 Comments

Color spaces of #cfc9ed

RGB 207201237
HSL0.690.500.86
HSV250°15°93°
CMYK 0.130.150.00   0.07
XYZ61.904861.153188.6618
Yxy61.15310.29240.2888
Hunter Lab78.20044.4528-12.4813
CIE-Lab82.46109.0089-17.0018

#cfc9ed color RGB value is (207,201,237).

#cfc9ed hex color red value is 207, green value is 201 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cfc9ed hue: 0.69 , saturation: 0.50 and the lightness value of cfc9ed is 0.86.

The process color (four color CMYK) of #cfc9ed color hex is 0.13, 0.15, 0.00, 0.07. Web safe color of #cfc9ed is #ccccff. Color #cfc9ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001001 11101101
Octal 317 311 355
Decimal 207 201 237
Hex CF C9 ED

RGB Percentages of Color #cfc9ed

%32.09
%31.16
%36.74

CMYK Percentages of Color #cfc9ed

%13
%15
%0
%7

Triadic Colors of #cfc9ed

#cfc9ed #edcfc9 #c9edcf

Analogous Colors of #cfc9ed

#cfc9ed #e1c9ed #c9d5ed

Monochromatic Colors of #cfc9ed

#cfc9ed

Complementary Color

#cfc9ed #e7edc9

#cfc9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc9ed Color CSS Codes

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

#cfc9ed Text Font Color

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

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


#cfc9ed Background Color

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

This div background color is #cfc9ed


#cfc9ed Border Color

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

This div border color is #cfc9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc9ed


Comments

No comments written yet.

Please login to write comment.