Color Hex Logo

#cde68e Color Hex

#CDE68E
(205,230,142)
0 Favorites   0 Comments

Color spaces of #cde68e

RGB 205230142
HSL0.210.640.73
HSV77°38°90°
CMYK 0.110.000.38   0.10
XYZ58.356171.525836.3213
Yxy71.52580.35110.4304
Hunter Lab84.5729-24.836033.7379
CIE-Lab87.7398-22.190040.1552

#cde68e color RGB value is (205,230,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100110 10001110
Octal 315 346 216
Decimal 205 230 142
Hex CD E6 8E

RGB Percentages of Color #cde68e

%35.53
%39.86
%24.61

CMYK Percentages of Color #cde68e

%11
%0
%38
%10

Triadic Colors of #cde68e

#cde68e #8ecde6 #e68ecd

Analogous Colors of #cde68e

#cde68e #a1e68e #e6d38e

Monochromatic Colors of #cde68e

#cde68e

Complementary Color

#cde68e #a78ee6

#cde68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde68e Color CSS Codes

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

#cde68e Text Font Color

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

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


#cde68e Background Color

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

This div background color is #cde68e


#cde68e Border Color

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

This div border color is #cde68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde68e


Comments

No comments written yet.

Please login to write comment.