Color Hex Logo

#cde65e Color Hex

#CDE65E
(205,230,94)
0 Favorites   0 Comments

Color spaces of #cde65e

RGB 20523094
HSL0.200.730.64
HSV71°59°90°
CMYK 0.110.000.59   0.10
XYZ55.494070.380921.2497
Yxy70.38090.37720.4784
Hunter Lab83.8933-28.738643.7075
CIE-Lab87.1833-26.855661.8926

#cde65e color RGB value is (205,230,94).

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

The process color (four color CMYK) of #cde65e color hex is 0.11, 0.00, 0.59, 0.10. Web safe color of #cde65e is #ccff66. Color #cde65e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100110 01011110
Octal 315 346 136
Decimal 205 230 94
Hex CD E6 5E

RGB Percentages of Color #cde65e

%38.75
%43.48
%17.77

CMYK Percentages of Color #cde65e

%11
%0
%59
%10

Triadic Colors of #cde65e

#cde65e #5ecde6 #e65ecd

Analogous Colors of #cde65e

#cde65e #89e65e #e6bb5e

Monochromatic Colors of #cde65e

#cde65e

Complementary Color

#cde65e #775ee6

#cde65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde65e Color CSS Codes

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

#cde65e Text Font Color

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

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


#cde65e Background Color

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

This div background color is #cde65e


#cde65e Border Color

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

This div border color is #cde65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde65e


Comments

No comments written yet.

Please login to write comment.