Color Hex Logo

#cecae1 Color Hex

#CECAE1
(206,202,225)
0 Favorites   0 Comments

Color spaces of #cecae1

RGB 206202225
HSL0.700.280.84
HSV250°10°88°
CMYK 0.080.100.00   0.12
XYZ60.164760.799179.7985
Yxy60.79910.29970.3028
Hunter Lab77.97381.2768-6.0958
CIE-Lab82.27065.7298-10.8869

#cecae1 color RGB value is (206,202,225).

#cecae1 hex color red value is 206, green value is 202 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #cecae1 hue: 0.70 , saturation: 0.28 and the lightness value of cecae1 is 0.84.

The process color (four color CMYK) of #cecae1 color hex is 0.08, 0.10, 0.00, 0.12. Web safe color of #cecae1 is #cccccc. Color #cecae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001010 11100001
Octal 316 312 341
Decimal 206 202 225
Hex CE CA E1

RGB Percentages of Color #cecae1

%32.54
%31.91
%35.55

CMYK Percentages of Color #cecae1

%8
%10
%0
%12

Triadic Colors of #cecae1

#cecae1 #e1ceca #cae1ce

Analogous Colors of #cecae1

#cecae1 #dacae1 #cad2e1

Monochromatic Colors of #cecae1

#cecae1

Complementary Color

#cecae1 #dde1ca

#cecae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecae1 Color CSS Codes

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

#cecae1 Text Font Color

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

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


#cecae1 Background Color

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

This div background color is #cecae1


#cecae1 Border Color

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

This div border color is #cecae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecae1

#cecae1 Color Palettes


Comments

No comments written yet.

Please login to write comment.