Color Hex Logo

#cdee1c Color Hex

#CDEE1C
(205,238,28)
0 Favorites   0 Comments

Color spaces of #cdee1c

RGB 20523828
HSL0.190.860.52
HSV69°88°93°
CMYK 0.140.000.88   0.07
XYZ55.961074.212012.4735
Yxy74.21200.39230.5203
Hunter Lab86.1464-34.801951.7176
CIE-Lab89.0226-33.614483.9391

#cdee1c color RGB value is (205,238,28).

#cdee1c hex color red value is 205, green value is 238 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #cdee1c hue: 0.19 , saturation: 0.86 and the lightness value of cdee1c is 0.52.

The process color (four color CMYK) of #cdee1c color hex is 0.14, 0.00, 0.88, 0.07. Web safe color of #cdee1c is #ccff33. Color #cdee1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101110 00011100
Octal 315 356 34
Decimal 205 238 28
Hex CD EE 1C

RGB Percentages of Color #cdee1c

%43.52
%50.53
%5.94

CMYK Percentages of Color #cdee1c

%14
%0
%88
%7

Triadic Colors of #cdee1c

#cdee1c #1ccdee #ee1ccd

Analogous Colors of #cdee1c

#cdee1c #64ee1c #eea61c

Monochromatic Colors of #cdee1c

#cdee1c

Complementary Color

#cdee1c #3d1cee

#cdee1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdee1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdee1c Color CSS Codes

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

#cdee1c Text Font Color

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

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


#cdee1c Background Color

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

This div background color is #cdee1c


#cdee1c Border Color

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

This div border color is #cdee1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdee1c


Comments

No comments written yet.

Please login to write comment.