Color Hex Logo

#cdeb4f Color Hex

#CDEB4F
(205,235,79)
0 Favorites   0 Comments

Color spaces of #cdeb4f

RGB 20523579
HSL0.200.800.62
HSV72°66°92°
CMYK 0.130.000.66   0.08
XYZ56.296572.960318.5127
Yxy72.96030.38100.4937
Hunter Lab85.4168-31.833646.9416
CIE-Lab88.4288-30.219169.2513

#cdeb4f color RGB value is (205,235,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101011 01001111
Octal 315 353 117
Decimal 205 235 79
Hex CD EB 4F

RGB Percentages of Color #cdeb4f

%39.50
%45.28
%15.22

CMYK Percentages of Color #cdeb4f

%13
%0
%66
%8

Triadic Colors of #cdeb4f

#cdeb4f #4fcdeb #eb4fcd

Analogous Colors of #cdeb4f

#cdeb4f #7feb4f #ebbb4f

Monochromatic Colors of #cdeb4f

#cdeb4f

Complementary Color

#cdeb4f #6d4feb

#cdeb4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdeb4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdeb4f Color CSS Codes

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

#cdeb4f Text Font Color

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

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


#cdeb4f Background Color

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

This div background color is #cdeb4f


#cdeb4f Border Color

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

This div border color is #cdeb4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdeb4f


Comments

No comments written yet.

Please login to write comment.