Color Hex Logo

#ceddbd Color Hex

#CEDDBD
(206,221,189)
0 Favorites   0 Comments

Color spaces of #ceddbd

RGB 206221189
HSL0.240.320.80
HSV88°14°87°
CMYK 0.070.000.14   0.13
XYZ60.495468.508858.1792
Yxy68.50880.32320.3660
Hunter Lab82.7700-14.384616.2640
CIE-Lab86.2602-10.681614.0180

#ceddbd color RGB value is (206,221,189).

#ceddbd hex color red value is 206, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ceddbd hue: 0.24 , saturation: 0.32 and the lightness value of ceddbd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 10111101
Octal 316 335 275
Decimal 206 221 189
Hex CE DD BD

RGB Percentages of Color #ceddbd

%33.44
%35.88
%30.68

CMYK Percentages of Color #ceddbd

%7
%0
%14
%13

Triadic Colors of #ceddbd

#ceddbd #bdcedd #ddbdce

Analogous Colors of #ceddbd

#ceddbd #beddbd #dddcbd

Monochromatic Colors of #ceddbd

#ceddbd

Complementary Color

#ceddbd #ccbddd

#ceddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceddbd Color CSS Codes

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

#ceddbd Text Font Color

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

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


#ceddbd Background Color

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

This div background color is #ceddbd


#ceddbd Border Color

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

This div border color is #ceddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceddbd


Comments

No comments written yet.

Please login to write comment.