Color Hex Logo

#ceddd4 Color Hex

#CEDDD4
(206,221,212)
0 Favorites   0 Comments

Color spaces of #ceddd4

RGB 206221212
HSL0.400.180.84
HSV144°87°
CMYK 0.070.000.04   0.13
XYZ63.193769.588272.3886
Yxy69.58820.30800.3392
Hunter Lab83.4195-10.76326.9439
CIE-Lab86.7945-6.68272.6765

#ceddd4 color RGB value is (206,221,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 11010100
Octal 316 335 324
Decimal 206 221 212
Hex CE DD D4

RGB Percentages of Color #ceddd4

%32.24
%34.59
%33.18

CMYK Percentages of Color #ceddd4

%7
%0
%4
%13

Triadic Colors of #ceddd4

#ceddd4 #d4cedd #ddd4ce

Analogous Colors of #ceddd4

#ceddd4 #cedddc #d0ddce

Monochromatic Colors of #ceddd4

#ceddd4

Complementary Color

#ceddd4 #ddced7

#ceddd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceddd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceddd4 Color CSS Codes

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

#ceddd4 Text Font Color

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

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


#ceddd4 Background Color

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

This div background color is #ceddd4


#ceddd4 Border Color

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

This div border color is #ceddd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceddd4


Comments

No comments written yet.

Please login to write comment.