Color Hex Logo

#cdec61 Color Hex

#CDEC61
(205,236,97)
0 Favorites   0 Comments

Color spaces of #cdec61

RGB 20523697
HSL0.200.790.65
HSV73°59°93°
CMYK 0.130.000.59   0.07
XYZ57.330073.833122.5389
Yxy73.83310.37300.4804
Hunter Lab85.9262-31.275544.5962
CIE-Lab88.8435-29.452962.4549

#cdec61 color RGB value is (205,236,97).

#cdec61 hex color red value is 205, green value is 236 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #cdec61 hue: 0.20 , saturation: 0.79 and the lightness value of cdec61 is 0.65.

The process color (four color CMYK) of #cdec61 color hex is 0.13, 0.00, 0.59, 0.07. Web safe color of #cdec61 is #ccff66. Color #cdec61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101100 01100001
Octal 315 354 141
Decimal 205 236 97
Hex CD EC 61

RGB Percentages of Color #cdec61

%38.10
%43.87
%18.03

CMYK Percentages of Color #cdec61

%13
%0
%59
%7

Triadic Colors of #cdec61

#cdec61 #61cdec #ec61cd

Analogous Colors of #cdec61

#cdec61 #88ec61 #ecc661

Monochromatic Colors of #cdec61

#cdec61

Complementary Color

#cdec61 #8061ec

#cdec61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdec61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdec61 Color CSS Codes

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

#cdec61 Text Font Color

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

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


#cdec61 Background Color

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

This div background color is #cdec61


#cdec61 Border Color

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

This div border color is #cdec61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdec61


Comments

No comments written yet.

Please login to write comment.