Color Hex Logo

#cede6d Color Hex

#CEDE6D
(206,222,109)
0 Favorites   0 Comments

Color spaces of #cede6d

RGB 206222109
HSL0.190.630.65
HSV68°51°87°
CMYK 0.070.000.51   0.13
XYZ54.335266.468524.4339
Yxy66.46850.37410.4577
Hunter Lab81.5282-23.711539.3006
CIE-Lab85.2348-21.386153.0061

#cede6d color RGB value is (206,222,109).

#cede6d hex color red value is 206, green value is 222 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cede6d hue: 0.19 , saturation: 0.63 and the lightness value of cede6d is 0.65.

The process color (four color CMYK) of #cede6d color hex is 0.07, 0.00, 0.51, 0.13. Web safe color of #cede6d is #cccc66. Color #cede6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011110 01101101
Octal 316 336 155
Decimal 206 222 109
Hex CE DE 6D

RGB Percentages of Color #cede6d

%38.36
%41.34
%20.30

CMYK Percentages of Color #cede6d

%7
%0
%51
%13

Triadic Colors of #cede6d

#cede6d #6dcede #de6dce

Analogous Colors of #cede6d

#cede6d #96de6d #deb66d

Monochromatic Colors of #cede6d

#cede6d

Complementary Color

#cede6d #7d6dde

#cede6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cede6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cede6d Color CSS Codes

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

#cede6d Text Font Color

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

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


#cede6d Background Color

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

This div background color is #cede6d


#cede6d Border Color

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

This div border color is #cede6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cede6d


Comments

No comments written yet.

Please login to write comment.