Color Hex Logo

#cccef1 Color Hex

#CCCEF1
(204,206,241)
0 Favorites   0 Comments

Color spaces of #cccef1

RGB 204206241
HSL0.660.570.87
HSV237°15°95°
CMYK 0.150.150.00   0.05
XYZ62.850363.330992.1306
Yxy63.33090.28790.2901
Hunter Lab79.58071.7073-12.9335
CIE-Lab83.61626.2251-17.4146

#cccef1 color RGB value is (204,206,241).

#cccef1 hex color red value is 204, green value is 206 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #cccef1 hue: 0.66 , saturation: 0.57 and the lightness value of cccef1 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001110 11110001
Octal 314 316 361
Decimal 204 206 241
Hex CC CE F1

RGB Percentages of Color #cccef1

%31.34
%31.64
%37.02

CMYK Percentages of Color #cccef1

%15
%15
%0
%5

Triadic Colors of #cccef1

#cccef1 #f1ccce #cef1cc

Analogous Colors of #cccef1

#cccef1 #ddccf1 #cce1f1

Monochromatic Colors of #cccef1

#cccef1

Complementary Color

#cccef1 #f1efcc

#cccef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccef1 Color CSS Codes

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

#cccef1 Text Font Color

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

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


#cccef1 Background Color

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

This div background color is #cccef1


#cccef1 Border Color

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

This div border color is #cccef1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,206,241, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cccef1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cccef1;
  -webkit-box-shadow: 1px 1px 3px 2px #cccef1;
  box-shadow:         1px 1px 3px 2px #cccef1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,206,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccef1


Comments

No comments written yet.

Please login to write comment.