Color Hex Logo

#ced4db Color Hex

#CED4DB
(206,212,219)
0 Favorites   0 Comments

Color spaces of #ced4db

RGB 206212219
HSL0.590.150.83
HSV212°86°
CMYK 0.060.030.00   0.14
XYZ61.783365.323376.3702
Yxy65.32330.30360.3210
Hunter Lab80.8228-4.98940.5523
CIE-Lab84.6501-0.7105-4.1643

#ced4db color RGB value is (206,212,219).

#ced4db hex color red value is 206, green value is 212 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ced4db hue: 0.59 , saturation: 0.15 and the lightness value of ced4db is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010100 11011011
Octal 316 324 333
Decimal 206 212 219
Hex CE D4 DB

RGB Percentages of Color #ced4db

%32.34
%33.28
%34.38

CMYK Percentages of Color #ced4db

%6
%3
%0
%14

Triadic Colors of #ced4db

#ced4db #dbced4 #d4dbce

Analogous Colors of #ced4db

#ced4db #cfcedb #cedbdb

Monochromatic Colors of #ced4db

#ced4db

Complementary Color

#ced4db #dbd5ce

#ced4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced4db Color CSS Codes

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

#ced4db Text Font Color

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

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


#ced4db Background Color

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

This div background color is #ced4db


#ced4db Border Color

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

This div border color is #ced4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced4db


Comments

No comments written yet.

Please login to write comment.