Color Hex Logo

#cdeb2e Color Hex

#CDEB2E
(205,235,46)
0 Favorites   0 Comments

Color spaces of #cdeb2e

RGB 20523546
HSL0.190.830.55
HSV70°80°92°
CMYK 0.130.000.80   0.08
XYZ55.378372.593113.6779
Yxy72.59310.39100.5125
Hunter Lab85.2016-33.083550.1229
CIE-Lab88.2533-31.758179.5819

#cdeb2e color RGB value is (205,235,46).

#cdeb2e hex color red value is 205, green value is 235 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cdeb2e hue: 0.19 , saturation: 0.83 and the lightness value of cdeb2e is 0.55.

The process color (four color CMYK) of #cdeb2e color hex is 0.13, 0.00, 0.80, 0.08. Web safe color of #cdeb2e is #ccff33. Color #cdeb2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101011 00101110
Octal 315 353 56
Decimal 205 235 46
Hex CD EB 2E

RGB Percentages of Color #cdeb2e

%42.18
%48.35
%9.47

CMYK Percentages of Color #cdeb2e

%13
%0
%80
%8

Triadic Colors of #cdeb2e

#cdeb2e #2ecdeb #eb2ecd

Analogous Colors of #cdeb2e

#cdeb2e #6feb2e #ebab2e

Monochromatic Colors of #cdeb2e

#cdeb2e

Complementary Color

#cdeb2e #4c2eeb

#cdeb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdeb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdeb2e Color CSS Codes

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

#cdeb2e Text Font Color

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

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


#cdeb2e Background Color

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

This div background color is #cdeb2e


#cdeb2e Border Color

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

This div border color is #cdeb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdeb2e


Comments

No comments written yet.

Please login to write comment.