Color Hex Logo

#cdeb4e Color Hex

#CDEB4E
(205,235,78)
0 Favorites   0 Comments

Color spaces of #cdeb4e

RGB 20523578
HSL0.200.800.61
HSV71°67°92°
CMYK 0.130.000.67   0.08
XYZ56.260372.945918.3225
Yxy72.94590.38140.4945
Hunter Lab85.4084-31.882947.0665
CIE-Lab88.4219-30.279569.6202

#cdeb4e color RGB value is (205,235,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101011 01001110
Octal 315 353 116
Decimal 205 235 78
Hex CD EB 4E

RGB Percentages of Color #cdeb4e

%39.58
%45.37
%15.06

CMYK Percentages of Color #cdeb4e

%13
%0
%67
%8

Triadic Colors of #cdeb4e

#cdeb4e #4ecdeb #eb4ecd

Analogous Colors of #cdeb4e

#cdeb4e #7feb4e #ebbb4e

Monochromatic Colors of #cdeb4e

#cdeb4e

Complementary Color

#cdeb4e #6c4eeb

#cdeb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdeb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdeb4e Color CSS Codes

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

#cdeb4e Text Font Color

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

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


#cdeb4e Background Color

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

This div background color is #cdeb4e


#cdeb4e Border Color

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

This div border color is #cdeb4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdeb4e


Comments

No comments written yet.

Please login to write comment.