Color Hex Logo

#cecadb Color Hex

#CECADB
(206,202,219)
1 Favorites   0 Comments

Color spaces of #cecadb

RGB 206202219
HSL0.710.190.83
HSV254°86°
CMYK 0.060.080.00   0.14
XYZ59.360360.477375.5625
Yxy60.47730.30380.3095
Hunter Lab77.76720.1580-3.1722
CIE-Lab82.09694.5566-7.9375

#cecadb color RGB value is (206,202,219).

#cecadb hex color red value is 206, green value is 202 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cecadb hue: 0.71 , saturation: 0.19 and the lightness value of cecadb is 0.83.

The process color (four color CMYK) of #cecadb color hex is 0.06, 0.08, 0.00, 0.14. Web safe color of #cecadb is #cccccc. Color #cecadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001010 11011011
Octal 316 312 333
Decimal 206 202 219
Hex CE CA DB

RGB Percentages of Color #cecadb

%32.85
%32.22
%34.93

CMYK Percentages of Color #cecadb

%6
%8
%0
%14

Triadic Colors of #cecadb

#cecadb #dbceca #cadbce

Analogous Colors of #cecadb

#cecadb #d7cadb #cacfdb

Monochromatic Colors of #cecadb

#cecadb

Complementary Color

#cecadb #d7dbca

#cecadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecadb Color CSS Codes

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

#cecadb Text Font Color

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

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


#cecadb Background Color

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

This div background color is #cecadb


#cecadb Border Color

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

This div border color is #cecadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecadb

#cecadb Color Palettes


Comments

No comments written yet.

Please login to write comment.