Color Hex Logo

#cde07d Color Hex

#CDE07D
(205,224,125)
0 Favorites   0 Comments

Color spaces of #cde07d

RGB 205224125
HSL0.200.610.68
HSV72°44°88°
CMYK 0.080.000.44   0.12
XYZ55.534267.771129.5562
Yxy67.77110.36330.4433
Hunter Lab82.3232-23.651736.3396
CIE-Lab85.8919-21.188046.1787

#cde07d color RGB value is (205,224,125).

#cde07d hex color red value is 205, green value is 224 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cde07d hue: 0.20 , saturation: 0.61 and the lightness value of cde07d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100000 01111101
Octal 315 340 175
Decimal 205 224 125
Hex CD E0 7D

RGB Percentages of Color #cde07d

%37.00
%40.43
%22.56

CMYK Percentages of Color #cde07d

%8
%0
%44
%12

Triadic Colors of #cde07d

#cde07d #7dcde0 #e07dcd

Analogous Colors of #cde07d

#cde07d #9ce07d #e0c27d

Monochromatic Colors of #cde07d

#cde07d

Complementary Color

#cde07d #907de0

#cde07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde07d Color CSS Codes

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

#cde07d Text Font Color

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

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


#cde07d Background Color

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

This div background color is #cde07d


#cde07d Border Color

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

This div border color is #cde07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde07d


Comments

No comments written yet.

Please login to write comment.