Color Hex Logo

#cde68c Color Hex

#CDE68C
(205,230,140)
0 Favorites   0 Comments

Color spaces of #cde68c

RGB 205230140
HSL0.210.640.73
HSV77°39°90°
CMYK 0.110.000.39   0.10
XYZ58.207371.466235.5375
Yxy71.46620.35230.4326
Hunter Lab84.5377-25.037134.2524
CIE-Lab87.7110-22.427341.1105

#cde68c color RGB value is (205,230,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100110 10001100
Octal 315 346 214
Decimal 205 230 140
Hex CD E6 8C

RGB Percentages of Color #cde68c

%35.65
%40.00
%24.35

CMYK Percentages of Color #cde68c

%11
%0
%39
%10

Triadic Colors of #cde68c

#cde68c #8ccde6 #e68ccd

Analogous Colors of #cde68c

#cde68c #a0e68c #e6d28c

Monochromatic Colors of #cde68c

#cde68c

Complementary Color

#cde68c #a58ce6

#cde68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde68c Color CSS Codes

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

#cde68c Text Font Color

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

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


#cde68c Background Color

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

This div background color is #cde68c


#cde68c Border Color

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

This div border color is #cde68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde68c

#cde68c Color Palettes


Comments

No comments written yet.

Please login to write comment.