Color Hex Logo

#ceced5 Color Hex

#CECED5
(206,206,213)
0 Favorites   0 Comments

Color spaces of #ceced5

RGB 206206213
HSL0.670.080.82
HSV240°84°
CMYK 0.030.030.00   0.16
XYZ59.535162.068571.7934
Yxy62.06850.30780.3209
Hunter Lab78.7836-2.98251.1191
CIE-Lab82.94981.2994-3.4725

#ceced5 color RGB value is (206,206,213).

#ceced5 hex color red value is 206, green value is 206 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #ceced5 hue: 0.67 , saturation: 0.08 and the lightness value of ceced5 is 0.82.

The process color (four color CMYK) of #ceced5 color hex is 0.03, 0.03, 0.00, 0.16. Web safe color of #ceced5 is #cccccc. Color #ceced5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001110 11010101
Octal 316 316 325
Decimal 206 206 213
Hex CE CE D5

RGB Percentages of Color #ceced5

%32.96
%32.96
%34.08

CMYK Percentages of Color #ceced5

%3
%3
%0
%16

Triadic Colors of #ceced5

#ceced5 #d5cece #ced5ce

Analogous Colors of #ceced5

#ceced5 #d2ced5 #ced2d5

Monochromatic Colors of #ceced5

#ceced5

Complementary Color

#ceced5 #d5d5ce

#ceced5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceced5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceced5 Color CSS Codes

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

#ceced5 Text Font Color

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

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


#ceced5 Background Color

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

This div background color is #ceced5


#ceced5 Border Color

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

This div border color is #ceced5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceced5


Comments

No comments written yet.

Please login to write comment.