Color Hex Logo

#cddf1e Color Hex

#CDDF1E
(205,223,30)
0 Favorites   0 Comments

Color spaces of #cddf1e

RGB 20522330
HSL0.180.760.50
HSV66°87°87°
CMYK 0.080.000.87   0.13
XYZ51.798965.848211.2082
Yxy65.84820.40200.5110
Hunter Lab81.1469-28.064348.6136
CIE-Lab84.9189-26.584480.2660

#cddf1e color RGB value is (205,223,30).

#cddf1e hex color red value is 205, green value is 223 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cddf1e hue: 0.18 , saturation: 0.76 and the lightness value of cddf1e is 0.50.

The process color (four color CMYK) of #cddf1e color hex is 0.08, 0.00, 0.87, 0.13. Web safe color of #cddf1e is #cccc33. Color #cddf1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011111 00011110
Octal 315 337 36
Decimal 205 223 30
Hex CD DF 1E

RGB Percentages of Color #cddf1e

%44.76
%48.69
%6.55

CMYK Percentages of Color #cddf1e

%8
%0
%87
%13

Triadic Colors of #cddf1e

#cddf1e #1ecddf #df1ecd

Analogous Colors of #cddf1e

#cddf1e #6ddf1e #df911e

Monochromatic Colors of #cddf1e

#cddf1e

Complementary Color

#cddf1e #301edf

#cddf1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddf1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddf1e Color CSS Codes

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

#cddf1e Text Font Color

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

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


#cddf1e Background Color

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

This div background color is #cddf1e


#cddf1e Border Color

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

This div border color is #cddf1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddf1e


Comments

No comments written yet.

Please login to write comment.