Color Hex Logo

#cedddb Color Hex

#CEDDDB
(206,221,219)
0 Favorites   0 Comments

Color spaces of #cedddb

RGB 206221219
HSL0.480.180.84
HSV172°87°
CMYK 0.070.000.01   0.13
XYZ64.096269.949277.1411
Yxy69.94920.30350.3312
Hunter Lab83.6356-9.56463.8590
CIE-Lab86.9719-5.3799-0.7569

#cedddb color RGB value is (206,221,219).

#cedddb hex color red value is 206, green value is 221 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cedddb hue: 0.48 , saturation: 0.18 and the lightness value of cedddb is 0.84.

The process color (four color CMYK) of #cedddb color hex is 0.07, 0.00, 0.01, 0.13. Web safe color of #cedddb is #cccccc. Color #cedddb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 11011011
Octal 316 335 333
Decimal 206 221 219
Hex CE DD DB

RGB Percentages of Color #cedddb

%31.89
%34.21
%33.90

CMYK Percentages of Color #cedddb

%7
%0
%1
%13

Triadic Colors of #cedddb

#cedddb #dbcedd #dddbce

Analogous Colors of #cedddb

#cedddb #ced8dd #ceddd4

Monochromatic Colors of #cedddb

#cedddb

Complementary Color

#cedddb #ddced0

#cedddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedddb Color CSS Codes

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

#cedddb Text Font Color

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

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


#cedddb Background Color

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

This div background color is #cedddb


#cedddb Border Color

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

This div border color is #cedddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,221,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 #cedddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedddb


Comments

No comments written yet.

Please login to write comment.