Color Hex Logo

#ceced3 Color Hex

#CECED3
(206,206,211)
0 Favorites   0 Comments

Color spaces of #ceced3

RGB 206206211
HSL0.670.050.82
HSV240°83°
CMYK 0.020.020.00   0.17
XYZ59.282861.967670.4644
Yxy61.96760.30920.3232
Hunter Lab78.7195-3.33272.0312
CIE-Lab82.89620.9255-2.4842

#ceced3 color RGB value is (206,206,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001110 11010011
Octal 316 316 323
Decimal 206 206 211
Hex CE CE D3

RGB Percentages of Color #ceced3

%33.07
%33.07
%33.87

CMYK Percentages of Color #ceced3

%2
%2
%0
%17

Triadic Colors of #ceced3

#ceced3 #d3cece #ced3ce

Analogous Colors of #ceced3

#ceced3 #d1ced3 #ced1d3

Monochromatic Colors of #ceced3

#ceced3

Complementary Color

#ceced3 #d3d3ce

#ceced3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceced3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceced3 Color CSS Codes

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

#ceced3 Text Font Color

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

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


#ceced3 Background Color

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

This div background color is #ceced3


#ceced3 Border Color

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

This div border color is #ceced3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceced3


Comments

No comments written yet.

Please login to write comment.