Color Hex Logo

#cdee0e Color Hex

#CDEE0E
(205,238,14)
0 Favorites   0 Comments

Color spaces of #cdee0e

RGB 20523814
HSL0.190.890.49
HSV69°94°93°
CMYK 0.140.000.94   0.07
XYZ55.830674.159911.7872
Yxy74.15990.39380.5231
Hunter Lab86.1161-34.978652.1659
CIE-Lab88.9980-33.834285.7119

#cdee0e color RGB value is (205,238,14).

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

The process color (four color CMYK) of #cdee0e color hex is 0.14, 0.00, 0.94, 0.07. Web safe color of #cdee0e is #ccff00. Color #cdee0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101110 00001110
Octal 315 356 16
Decimal 205 238 14
Hex CD EE E

RGB Percentages of Color #cdee0e

%44.86
%52.08
%3.06

CMYK Percentages of Color #cdee0e

%14
%0
%94
%7

Triadic Colors of #cdee0e

#cdee0e #0ecdee #ee0ecd

Analogous Colors of #cdee0e

#cdee0e #5dee0e #ee9f0e

Monochromatic Colors of #cdee0e

#cdee0e

Complementary Color

#cdee0e #2f0eee

#cdee0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdee0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdee0e Color CSS Codes

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

#cdee0e Text Font Color

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

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


#cdee0e Background Color

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

This div background color is #cdee0e


#cdee0e Border Color

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

This div border color is #cdee0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdee0e


Comments

No comments written yet.

Please login to write comment.