Color Hex Logo

#cfc2ec Color Hex

#CFC2EC
(207,194,236)
0 Favorites   0 Comments

Color spaces of #cfc2ec

RGB 207194236
HSL0.720.530.84
HSV259°18°93°
CMYK 0.120.180.00   0.07
XYZ60.164257.905187.3627
Yxy57.90510.29290.2819
Hunter Lab76.09547.9626-14.8022
CIE-Lab80.686012.5589-19.1455

#cfc2ec color RGB value is (207,194,236).

#cfc2ec hex color red value is 207, green value is 194 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cfc2ec hue: 0.72 , saturation: 0.53 and the lightness value of cfc2ec is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000010 11101100
Octal 317 302 354
Decimal 207 194 236
Hex CF C2 EC

RGB Percentages of Color #cfc2ec

%32.50
%30.46
%37.05

CMYK Percentages of Color #cfc2ec

%12
%18
%0
%7

Triadic Colors of #cfc2ec

#cfc2ec #eccfc2 #c2eccf

Analogous Colors of #cfc2ec

#cfc2ec #e4c2ec #c2caec

Monochromatic Colors of #cfc2ec

#cfc2ec

Complementary Color

#cfc2ec #dfecc2

#cfc2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc2ec Color CSS Codes

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

#cfc2ec Text Font Color

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

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


#cfc2ec Background Color

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

This div background color is #cfc2ec


#cfc2ec Border Color

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

This div border color is #cfc2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc2ec


Comments

No comments written yet.

Please login to write comment.