Color Hex Logo

#ced1da Color Hex

#CED1DA
(206,209,218)
0 Favorites   0 Comments

Color spaces of #ced1da

RGB 206209218
HSL0.630.140.83
HSV225°85°
CMYK 0.060.040.00   0.15
XYZ60.909063.784775.4311
Yxy63.78470.30440.3187
Hunter Lab79.8653-3.6319-0.0924
CIE-Lab83.85350.6700-4.8062

#ced1da color RGB value is (206,209,218).

#ced1da hex color red value is 206, green value is 209 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ced1da hue: 0.63 , saturation: 0.14 and the lightness value of ced1da is 0.83.

The process color (four color CMYK) of #ced1da color hex is 0.06, 0.04, 0.00, 0.15. Web safe color of #ced1da is #cccccc. Color #ced1da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010001 11011010
Octal 316 321 332
Decimal 206 209 218
Hex CE D1 DA

RGB Percentages of Color #ced1da

%32.54
%33.02
%34.44

CMYK Percentages of Color #ced1da

%6
%4
%0
%15

Triadic Colors of #ced1da

#ced1da #daced1 #d1dace

Analogous Colors of #ced1da

#ced1da #d1ceda #ced7da

Monochromatic Colors of #ced1da

#ced1da

Complementary Color

#ced1da #dad7ce

#ced1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced1da Color CSS Codes

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

#ced1da Text Font Color

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

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


#ced1da Background Color

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

This div background color is #ced1da


#ced1da Border Color

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

This div border color is #ced1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced1da


Comments

No comments written yet.

Please login to write comment.