Color Hex Logo

#cddc18 Color Hex

#CDDC18
(205,220,24)
0 Favorites   0 Comments

Color spaces of #cddc18

RGB 20522024
HSL0.180.800.48
HSV65°89°86°
CMYK 0.070.000.89   0.14
XYZ50.934964.231510.5775
Yxy64.23150.40510.5108
Hunter Lab80.1446-26.809548.2761
CIE-Lab84.0862-25.278480.6224

#cddc18 color RGB value is (205,220,24).

#cddc18 hex color red value is 205, green value is 220 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #cddc18 hue: 0.18 , saturation: 0.80 and the lightness value of cddc18 is 0.48.

The process color (four color CMYK) of #cddc18 color hex is 0.07, 0.00, 0.89, 0.14. Web safe color of #cddc18 is #cccc00. Color #cddc18 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011100 00011000
Octal 315 334 30
Decimal 205 220 24
Hex CD DC 18

RGB Percentages of Color #cddc18

%45.66
%49.00
%5.35

CMYK Percentages of Color #cddc18

%7
%0
%89
%14

Triadic Colors of #cddc18

#cddc18 #18cddc #dc18cd

Analogous Colors of #cddc18

#cddc18 #6bdc18 #dc8918

Monochromatic Colors of #cddc18

#cddc18

Complementary Color

#cddc18 #2718dc

#cddc18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddc18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddc18 Color CSS Codes

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

#cddc18 Text Font Color

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

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


#cddc18 Background Color

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

This div background color is #cddc18


#cddc18 Border Color

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

This div border color is #cddc18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddc18


Comments

No comments written yet.

Please login to write comment.