color codes Logo

#cdeb6a color codes

#CDEB6A
(205,235,106)
0 Favorites   0 Comments

Color spaces of #cdeb6a

RGB 205235106
HSL0.210.760.67
HSV74°55°92°
CMYK 0.130.000.55   0.08
XYZ57.486773.436424.7804
Yxy73.43640.36920.4716
Hunter Lab85.6950-30.223442.8417
CIE-Lab88.6554-28.257558.3319

#cdeb6a color RGB value is (205,235,106).

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

The process color (four color CMYK) of #cdeb6a color code is 0.13, 0.00, 0.55, 0.08. Web safe color of #cdeb6a is #ccff66. Color #cdeb6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101011 01101010
Octal 315 353 152
Decimal 205 235 106
Hex CD EB 6A

RGB Percentages of Color #cdeb6a

%37.55
%43.04
%19.41

CMYK Percentages of Color #cdeb6a

%13
%0
%55
%8

Triadic Colors of #cdeb6a

#cdeb6a #6acdeb #eb6acd

Analogous Colors of #cdeb6a

#cdeb6a #8deb6a #ebc96a

Monochromatic Colors of #cdeb6a

#cdeb6a

Complementary Color

#cdeb6a #886aeb

#cdeb6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdeb6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdeb6a Color CSS Codes

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

#cdeb6a Text Font Color

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

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


#cdeb6a Background Color

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

This div background color is #cdeb6a


#cdeb6a Border Color

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

This div border color is #cdeb6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdeb6a


Comments

No comments written yet.

Please login to write comment.