Color Hex Logo

#cfc7ec Color Hex

#CFC7EC
(207,199,236)
0 Favorites   0 Comments

Color spaces of #cfc7ec

RGB 207199236
HSL0.700.490.85
HSV253°16°93°
CMYK 0.120.160.00   0.07
XYZ61.295960.168487.7399
Yxy60.16840.29300.2876
Hunter Lab77.56835.3095-12.7670
CIE-Lab81.92969.8735-17.2684

#cfc7ec color RGB value is (207,199,236).

#cfc7ec hex color red value is 207, green value is 199 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cfc7ec hue: 0.70 , saturation: 0.49 and the lightness value of cfc7ec is 0.85.

The process color (four color CMYK) of #cfc7ec color hex is 0.12, 0.16, 0.00, 0.07. Web safe color of #cfc7ec is #ccccff. Color #cfc7ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000111 11101100
Octal 317 307 354
Decimal 207 199 236
Hex CF C7 EC

RGB Percentages of Color #cfc7ec

%32.24
%31.00
%36.76

CMYK Percentages of Color #cfc7ec

%12
%16
%0
%7

Triadic Colors of #cfc7ec

#cfc7ec #eccfc7 #c7eccf

Analogous Colors of #cfc7ec

#cfc7ec #e2c7ec #c7d2ec

Monochromatic Colors of #cfc7ec

#cfc7ec

Complementary Color

#cfc7ec #e4ecc7

#cfc7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc7ec Color CSS Codes

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

#cfc7ec Text Font Color

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

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


#cfc7ec Background Color

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

This div background color is #cfc7ec


#cfc7ec Border Color

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

This div border color is #cfc7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc7ec

#cfc7ec Color Palettes


Comments

No comments written yet.

Please login to write comment.