Color Hex Logo

#cdf20d Color Hex

#CDF20D
(205,242,13)
0 Favorites   0 Comments

Color spaces of #cdf20d

RGB 20524213
HSL0.190.900.50
HSV70°95°95°
CMYK 0.150.000.95   0.05
XYZ57.001676.512512.1448
Yxy76.51250.39130.5253
Hunter Lab87.4714-36.753752.9980
CIE-Lab90.0968-35.662986.6519

#cdf20d color RGB value is (205,242,13).

#cdf20d hex color red value is 205, green value is 242 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cdf20d hue: 0.19 , saturation: 0.90 and the lightness value of cdf20d is 0.50.

The process color (four color CMYK) of #cdf20d color hex is 0.15, 0.00, 0.95, 0.05. Web safe color of #cdf20d is #ccff00. Color #cdf20d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11110010 00001101
Octal 315 362 15
Decimal 205 242 13
Hex CD F2 D

RGB Percentages of Color #cdf20d

%44.57
%52.61
%2.83

CMYK Percentages of Color #cdf20d

%15
%0
%95
%5

Triadic Colors of #cdf20d

#cdf20d #0dcdf2 #f20dcd

Analogous Colors of #cdf20d

#cdf20d #5bf20d #f2a50d

Monochromatic Colors of #cdf20d

#cdf20d

Complementary Color

#cdf20d #320df2

#cdf20d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf20d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf20d Color CSS Codes

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

#cdf20d Text Font Color

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

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


#cdf20d Background Color

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

This div background color is #cdf20d


#cdf20d Border Color

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

This div border color is #cdf20d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf20d


Comments

No comments written yet.

Please login to write comment.