Color Hex Logo

#ceda7e Color Hex

#CEDA7E
(206,218,126)
0 Favorites   0 Comments

Color spaces of #ceda7e

RGB 206218126
HSL0.190.550.67
HSV68°42°85°
CMYK 0.060.000.42   0.15
XYZ54.290964.771029.3793
Yxy64.77100.36570.4363
Hunter Lab80.4804-20.427334.6925
CIE-Lab84.3656-17.752243.8061

#ceda7e color RGB value is (206,218,126).

#ceda7e hex color red value is 206, green value is 218 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ceda7e hue: 0.19 , saturation: 0.55 and the lightness value of ceda7e is 0.67.

The process color (four color CMYK) of #ceda7e color hex is 0.06, 0.00, 0.42, 0.15. Web safe color of #ceda7e is #cccc66. Color #ceda7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011010 01111110
Octal 316 332 176
Decimal 206 218 126
Hex CE DA 7E

RGB Percentages of Color #ceda7e

%37.45
%39.64
%22.91

CMYK Percentages of Color #ceda7e

%6
%0
%42
%15

Triadic Colors of #ceda7e

#ceda7e #7eceda #da7ece

Analogous Colors of #ceda7e

#ceda7e #a0da7e #dab87e

Monochromatic Colors of #ceda7e

#ceda7e

Complementary Color

#ceda7e #8a7eda

#ceda7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceda7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceda7e Color CSS Codes

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

#ceda7e Text Font Color

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

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


#ceda7e Background Color

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

This div background color is #ceda7e


#ceda7e Border Color

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

This div border color is #ceda7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceda7e


Comments

No comments written yet.

Please login to write comment.