Color Hex Logo

#cdeb5d Color Hex

#CDEB5D
(205,235,93)
0 Favorites   0 Comments

Color spaces of #cdeb5d

RGB 20523593
HSL0.200.780.64
HSV73°60°92°
CMYK 0.130.000.60   0.08
XYZ56.861073.186121.4854
Yxy73.18610.37520.4830
Hunter Lab85.5489-31.068544.9937
CIE-Lab88.5364-29.284163.7981

#cdeb5d color RGB value is (205,235,93).

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

The process color (four color CMYK) of #cdeb5d color hex is 0.13, 0.00, 0.60, 0.08. Web safe color of #cdeb5d is #ccff66. Color #cdeb5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101011 01011101
Octal 315 353 135
Decimal 205 235 93
Hex CD EB 5D

RGB Percentages of Color #cdeb5d

%38.46
%44.09
%17.45

CMYK Percentages of Color #cdeb5d

%13
%0
%60
%8

Triadic Colors of #cdeb5d

#cdeb5d #5dcdeb #eb5dcd

Analogous Colors of #cdeb5d

#cdeb5d #86eb5d #ebc25d

Monochromatic Colors of #cdeb5d

#cdeb5d

Complementary Color

#cdeb5d #7b5deb

#cdeb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdeb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdeb5d Color CSS Codes

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

#cdeb5d Text Font Color

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

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


#cdeb5d Background Color

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

This div background color is #cdeb5d


#cdeb5d Border Color

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

This div border color is #cdeb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdeb5d


Comments

No comments written yet.

Please login to write comment.