Color Hex Logo

#cddf0c Color Hex

#CDDF0C
(205,223,12)
0 Favorites   0 Comments

Color spaces of #cddf0c

RGB 20522312
HSL0.180.900.46
HSV65°95°87°
CMYK 0.080.000.95   0.13
XYZ51.630965.781010.3236
Yxy65.78100.40420.5150
Hunter Lab81.1055-28.303449.2270
CIE-Lab84.8846-26.878482.7406

#cddf0c color RGB value is (205,223,12).

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

The process color (four color CMYK) of #cddf0c color hex is 0.08, 0.00, 0.95, 0.13. Web safe color of #cddf0c is #cccc00. Color #cddf0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011111 00001100
Octal 315 337 14
Decimal 205 223 12
Hex CD DF C

RGB Percentages of Color #cddf0c

%46.59
%50.68
%2.73

CMYK Percentages of Color #cddf0c

%8
%0
%95
%13

Triadic Colors of #cddf0c

#cddf0c #0ccddf #df0ccd

Analogous Colors of #cddf0c

#cddf0c #64df0c #df880c

Monochromatic Colors of #cddf0c

#cddf0c

Complementary Color

#cddf0c #1e0cdf

#cddf0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddf0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddf0c Color CSS Codes

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

#cddf0c Text Font Color

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

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


#cddf0c Background Color

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

This div background color is #cddf0c


#cddf0c Border Color

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

This div border color is #cddf0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddf0c


Comments

No comments written yet.

Please login to write comment.