Color Hex Logo

#cecff1 Color Hex

#CECFF1
(206,207,241)
0 Favorites   0 Comments

Color spaces of #cecff1

RGB 206207241
HSL0.660.560.88
HSV238°15°95°
CMYK 0.150.140.00   0.05
XYZ63.643664.098392.2369
Yxy64.09830.28930.2914
Hunter Lab80.06141.7884-12.2636
CIE-Lab84.01696.3228-16.7964

#cecff1 color RGB value is (206,207,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001111 11110001
Octal 316 317 361
Decimal 206 207 241
Hex CE CF F1

RGB Percentages of Color #cecff1

%31.50
%31.65
%36.85

CMYK Percentages of Color #cecff1

%15
%14
%0
%5

Triadic Colors of #cecff1

#cecff1 #f1cecf #cff1ce

Analogous Colors of #cecff1

#cecff1 #dfcef1 #cee1f1

Monochromatic Colors of #cecff1

#cecff1

Complementary Color

#cecff1 #f1f0ce

#cecff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecff1 Color CSS Codes

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

#cecff1 Text Font Color

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

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


#cecff1 Background Color

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

This div background color is #cecff1


#cecff1 Border Color

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

This div border color is #cecff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecff1


Comments

No comments written yet.

Please login to write comment.