Color Hex Logo

#ceda9e Color Hex

#CEDA9E
(206,218,158)
0 Favorites   0 Comments

Color spaces of #ceda9e

RGB 206218158
HSL0.200.450.74
HSV72°28°85°
CMYK 0.060.000.28   0.15
XYZ56.696665.733242.0473
Yxy65.73320.34470.3996
Hunter Lab81.0760-17.057726.0045
CIE-Lab84.8601-13.844628.2539

#ceda9e color RGB value is (206,218,158).

#ceda9e hex color red value is 206, green value is 218 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ceda9e hue: 0.20 , saturation: 0.45 and the lightness value of ceda9e is 0.74.

The process color (four color CMYK) of #ceda9e color hex is 0.06, 0.00, 0.28, 0.15. Web safe color of #ceda9e is #cccc99. Color #ceda9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011010 10011110
Octal 316 332 236
Decimal 206 218 158
Hex CE DA 9E

RGB Percentages of Color #ceda9e

%35.40
%37.46
%27.15

CMYK Percentages of Color #ceda9e

%6
%0
%28
%15

Triadic Colors of #ceda9e

#ceda9e #9eceda #da9ece

Analogous Colors of #ceda9e

#ceda9e #b0da9e #dac89e

Monochromatic Colors of #ceda9e

#ceda9e

Complementary Color

#ceda9e #aa9eda

#ceda9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceda9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceda9e Color CSS Codes

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

#ceda9e Text Font Color

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

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


#ceda9e Background Color

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

This div background color is #ceda9e


#ceda9e Border Color

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

This div border color is #ceda9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceda9e


Comments

No comments written yet.

Please login to write comment.