Color Hex Logo

#ceced4 Color Hex

#CECED4
(206,206,212)
0 Favorites   0 Comments

Color spaces of #ceced4

RGB 206206212
HSL0.670.070.82
HSV240°83°
CMYK 0.030.030.00   0.17
XYZ59.408662.017971.1268
Yxy62.01790.30850.3221
Hunter Lab78.7514-3.15801.5764
CIE-Lab82.92291.1121-2.9785

#ceced4 color RGB value is (206,206,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001110 11010100
Octal 316 316 324
Decimal 206 206 212
Hex CE CE D4

RGB Percentages of Color #ceced4

%33.01
%33.01
%33.97

CMYK Percentages of Color #ceced4

%3
%3
%0
%17

Triadic Colors of #ceced4

#ceced4 #d4cece #ced4ce

Analogous Colors of #ceced4

#ceced4 #d1ced4 #ced1d4

Monochromatic Colors of #ceced4

#ceced4

Complementary Color

#ceced4 #d4d4ce

#ceced4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceced4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceced4 Color CSS Codes

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

#ceced4 Text Font Color

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

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


#ceced4 Background Color

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

This div background color is #ceced4


#ceced4 Border Color

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

This div border color is #ceced4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceced4


Comments

No comments written yet.

Please login to write comment.