Color Hex Logo

#cde68d Color Hex

#CDE68D
(205,230,141)
0 Favorites   0 Comments

Color spaces of #cde68d

RGB 205230141
HSL0.210.640.73
HSV77°39°90°
CMYK 0.110.000.39   0.10
XYZ58.281471.495935.9276
Yxy71.49590.35170.4315
Hunter Lab84.5552-24.937033.9963
CIE-Lab87.7254-22.309140.6333

#cde68d color RGB value is (205,230,141).

#cde68d hex color red value is 205, green value is 230 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cde68d hue: 0.21 , saturation: 0.64 and the lightness value of cde68d is 0.73.

The process color (four color CMYK) of #cde68d color hex is 0.11, 0.00, 0.39, 0.10. Web safe color of #cde68d is #ccff99. Color #cde68d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100110 10001101
Octal 315 346 215
Decimal 205 230 141
Hex CD E6 8D

RGB Percentages of Color #cde68d

%35.59
%39.93
%24.48

CMYK Percentages of Color #cde68d

%11
%0
%39
%10

Triadic Colors of #cde68d

#cde68d #8dcde6 #e68dcd

Analogous Colors of #cde68d

#cde68d #a1e68d #e6d38d

Monochromatic Colors of #cde68d

#cde68d

Complementary Color

#cde68d #a68de6

#cde68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde68d Color CSS Codes

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

#cde68d Text Font Color

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

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


#cde68d Background Color

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

This div background color is #cde68d


#cde68d Border Color

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

This div border color is #cde68d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,230,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde68d


Comments

No comments written yet.

Please login to write comment.