Color Hex Logo

#cdeb4a Color Hex

#CDEB4A
(205,235,74)
0 Favorites   0 Comments

Color spaces of #cdeb4a

RGB 20523574
HSL0.200.800.61
HSV71°69°92°
CMYK 0.130.000.69   0.08
XYZ56.121272.890217.5899
Yxy72.89020.38280.4972
Hunter Lab85.3758-32.071847.5476
CIE-Lab88.3953-30.511271.0660

#cdeb4a color RGB value is (205,235,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101011 01001010
Octal 315 353 112
Decimal 205 235 74
Hex CD EB 4A

RGB Percentages of Color #cdeb4a

%39.88
%45.72
%14.40

CMYK Percentages of Color #cdeb4a

%13
%0
%69
%8

Triadic Colors of #cdeb4a

#cdeb4a #4acdeb #eb4acd

Analogous Colors of #cdeb4a

#cdeb4a #7deb4a #ebb94a

Monochromatic Colors of #cdeb4a

#cdeb4a

Complementary Color

#cdeb4a #684aeb

#cdeb4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdeb4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdeb4a Color CSS Codes

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

#cdeb4a Text Font Color

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

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


#cdeb4a Background Color

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

This div background color is #cdeb4a


#cdeb4a Border Color

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

This div border color is #cdeb4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdeb4a


Comments

No comments written yet.

Please login to write comment.