Color Hex Logo

#cedc5d Color Hex

#CEDC5D
(206,220,93)
0 Favorites   0 Comments

Color spaces of #cedc5d

RGB 20622093
HSL0.190.640.61
HSV67°58°86°
CMYK 0.060.000.58   0.14
XYZ53.022665.098520.1266
Yxy65.09850.38350.4709
Hunter Lab80.6836-23.892141.6886
CIE-Lab84.5345-21.736259.4065

#cedc5d color RGB value is (206,220,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 01011101
Octal 316 334 135
Decimal 206 220 93
Hex CE DC 5D

RGB Percentages of Color #cedc5d

%39.69
%42.39
%17.92

CMYK Percentages of Color #cedc5d

%6
%0
%58
%14

Triadic Colors of #cedc5d

#cedc5d #5dcedc #dc5dce

Analogous Colors of #cedc5d

#cedc5d #8fdc5d #dcab5d

Monochromatic Colors of #cedc5d

#cedc5d

Complementary Color

#cedc5d #6b5ddc

#cedc5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedc5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedc5d Color CSS Codes

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

#cedc5d Text Font Color

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

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


#cedc5d Background Color

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

This div background color is #cedc5d


#cedc5d Border Color

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

This div border color is #cedc5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedc5d


Comments

No comments written yet.

Please login to write comment.