Color Hex Logo

#cde06d Color Hex

#CDE06D
(205,224,109)
0 Favorites   0 Comments

Color spaces of #cde06d

RGB 205224109
HSL0.190.650.65
HSV70°51°88°
CMYK 0.080.000.51   0.12
XYZ54.592867.394624.5991
Yxy67.39460.37240.4598
Hunter Lab82.0942-24.962139.7000
CIE-Lab85.7028-22.748653.5397

#cde06d color RGB value is (205,224,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100000 01101101
Octal 315 340 155
Decimal 205 224 109
Hex CD E0 6D

RGB Percentages of Color #cde06d

%38.10
%41.64
%20.26

CMYK Percentages of Color #cde06d

%8
%0
%51
%12

Triadic Colors of #cde06d

#cde06d #6dcde0 #e06dcd

Analogous Colors of #cde06d

#cde06d #94e06d #e0ba6d

Monochromatic Colors of #cde06d

#cde06d

Complementary Color

#cde06d #806de0

#cde06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde06d Color CSS Codes

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

#cde06d Text Font Color

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

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


#cde06d Background Color

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

This div background color is #cde06d


#cde06d Border Color

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

This div border color is #cde06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde06d


Comments

No comments written yet.

Please login to write comment.