Color Hex Logo

#cde59b Color Hex

#CDE59B
(205,229,155)
0 Favorites   0 Comments

Color spaces of #cde59b

RGB 205229155
HSL0.220.590.75
HSV79°32°90°
CMYK 0.100.000.32   0.10
XYZ59.112571.384341.6733
Yxy71.38430.34330.4146
Hunter Lab84.4892-22.969529.8984
CIE-Lab87.6714-20.066733.5340

#cde59b color RGB value is (205,229,155).

#cde59b hex color red value is 205, green value is 229 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cde59b hue: 0.22 , saturation: 0.59 and the lightness value of cde59b is 0.75.

The process color (four color CMYK) of #cde59b color hex is 0.10, 0.00, 0.32, 0.10. Web safe color of #cde59b is #cccc99. Color #cde59b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100101 10011011
Octal 315 345 233
Decimal 205 229 155
Hex CD E5 9B

RGB Percentages of Color #cde59b

%34.80
%38.88
%26.32

CMYK Percentages of Color #cde59b

%10
%0
%32
%10

Triadic Colors of #cde59b

#cde59b #9bcde5 #e59bcd

Analogous Colors of #cde59b

#cde59b #a8e59b #e5d89b

Monochromatic Colors of #cde59b

#cde59b

Complementary Color

#cde59b #b39be5

#cde59b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde59b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde59b Color CSS Codes

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

#cde59b Text Font Color

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

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


#cde59b Background Color

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

This div background color is #cde59b


#cde59b Border Color

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

This div border color is #cde59b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde59b


Comments

No comments written yet.

Please login to write comment.