Color Hex Logo

#cedf6d Color Hex

#CEDF6D
(206,223,109)
0 Favorites   0 Comments

Color spaces of #cedf6d

RGB 206223109
HSL0.190.640.65
HSV69°51°87°
CMYK 0.080.000.51   0.13
XYZ54.601667.001324.5227
Yxy67.00130.37370.4585
Hunter Lab81.8543-24.175239.5354
CIE-Lab85.5046-21.871953.3241

#cedf6d color RGB value is (206,223,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011111 01101101
Octal 316 337 155
Decimal 206 223 109
Hex CE DF 6D

RGB Percentages of Color #cedf6d

%38.29
%41.45
%20.26

CMYK Percentages of Color #cedf6d

%8
%0
%51
%13

Triadic Colors of #cedf6d

#cedf6d #6dcedf #df6dce

Analogous Colors of #cedf6d

#cedf6d #95df6d #dfb76d

Monochromatic Colors of #cedf6d

#cedf6d

Complementary Color

#cedf6d #7e6ddf

#cedf6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedf6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedf6d Color CSS Codes

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

#cedf6d Text Font Color

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

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


#cedf6d Background Color

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

This div background color is #cedf6d


#cedf6d Border Color

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

This div border color is #cedf6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedf6d


Comments

No comments written yet.

Please login to write comment.