Color Hex Logo

#cedc6d Color Hex

#CEDC6D
(206,220,109)
0 Favorites   0 Comments

Color spaces of #cedc6d

RGB 206220109
HSL0.190.610.65
HSV68°50°86°
CMYK 0.060.000.50   0.14
XYZ53.807165.412324.2579
Yxy65.41230.37500.4559
Hunter Lab80.8779-22.782338.8315
CIE-Lab84.6957-20.411352.3691

#cedc6d color RGB value is (206,220,109).

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

The process color (four color CMYK) of #cedc6d color hex is 0.06, 0.00, 0.50, 0.14. Web safe color of #cedc6d is #cccc66. Color #cedc6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 01101101
Octal 316 334 155
Decimal 206 220 109
Hex CE DC 6D

RGB Percentages of Color #cedc6d

%38.50
%41.12
%20.37

CMYK Percentages of Color #cedc6d

%6
%0
%50
%14

Triadic Colors of #cedc6d

#cedc6d #6dcedc #dc6dce

Analogous Colors of #cedc6d

#cedc6d #97dc6d #dcb36d

Monochromatic Colors of #cedc6d

#cedc6d

Complementary Color

#cedc6d #7b6ddc

#cedc6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedc6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedc6d Color CSS Codes

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

#cedc6d Text Font Color

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

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


#cedc6d Background Color

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

This div background color is #cedc6d


#cedc6d Border Color

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

This div border color is #cedc6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedc6d


Comments

No comments written yet.

Please login to write comment.