Color Hex Logo

#cdeb7a Color Hex

#CDEB7A
(205,235,122)
0 Favorites   0 Comments

Color spaces of #cdeb7a

RGB 205235122
HSL0.210.740.70
HSV76°48°92°
CMYK 0.130.000.48   0.08
XYZ58.398073.800929.5795
Yxy73.80090.36100.4562
Hunter Lab85.9075-28.997739.7206
CIE-Lab88.8283-26.780051.2075

#cdeb7a color RGB value is (205,235,122).

#cdeb7a hex color red value is 205, green value is 235 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cdeb7a hue: 0.21 , saturation: 0.74 and the lightness value of cdeb7a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101011 01111010
Octal 315 353 172
Decimal 205 235 122
Hex CD EB 7A

RGB Percentages of Color #cdeb7a

%36.48
%41.81
%21.71

CMYK Percentages of Color #cdeb7a

%13
%0
%48
%8

Triadic Colors of #cdeb7a

#cdeb7a #7acdeb #eb7acd

Analogous Colors of #cdeb7a

#cdeb7a #95eb7a #ebd17a

Monochromatic Colors of #cdeb7a

#cdeb7a

Complementary Color

#cdeb7a #987aeb

#cdeb7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdeb7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdeb7a Color CSS Codes

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

#cdeb7a Text Font Color

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

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


#cdeb7a Background Color

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

This div background color is #cdeb7a


#cdeb7a Border Color

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

This div border color is #cdeb7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdeb7a


Comments

No comments written yet.

Please login to write comment.