Color Hex Logo

#cdf04c Color Hex

#CDF04C
(205,240,76)
0 Favorites   0 Comments

Color spaces of #cdf04c

RGB 20524076
HSL0.200.850.62
HSV73°68°94°
CMYK 0.150.000.68   0.06
XYZ57.641475.821118.4344
Yxy75.82110.37950.4992
Hunter Lab87.0753-34.219848.4006
CIE-Lab89.7762-32.709571.7309

#cdf04c color RGB value is (205,240,76).

#cdf04c hex color red value is 205, green value is 240 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #cdf04c hue: 0.20 , saturation: 0.85 and the lightness value of cdf04c is 0.62.

The process color (four color CMYK) of #cdf04c color hex is 0.15, 0.00, 0.68, 0.06. Web safe color of #cdf04c is #ccff33. Color #cdf04c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11110000 01001100
Octal 315 360 114
Decimal 205 240 76
Hex CD F0 4C

RGB Percentages of Color #cdf04c

%39.35
%46.07
%14.59

CMYK Percentages of Color #cdf04c

%15
%0
%68
%6

Triadic Colors of #cdf04c

#cdf04c #4ccdf0 #f04ccd

Analogous Colors of #cdf04c

#cdf04c #7bf04c #f0c14c

Monochromatic Colors of #cdf04c

#cdf04c

Complementary Color

#cdf04c #6f4cf0

#cdf04c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf04c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf04c Color CSS Codes

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

#cdf04c Text Font Color

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

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


#cdf04c Background Color

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

This div background color is #cdf04c


#cdf04c Border Color

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

This div border color is #cdf04c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf04c


Comments

No comments written yet.

Please login to write comment.