Color Hex Logo

#cdf50c Color Hex

#CDF50C
(205,245,12)
0 Favorites   0 Comments

Color spaces of #cdf50c

RGB 20524512
HSL0.200.920.50
HSV70°95°96°
CMYK 0.160.000.95   0.04
XYZ57.895678.310512.4118
Yxy78.31050.38960.5269
Hunter Lab88.4932-38.081753.6294
CIE-Lab90.9214-37.024487.3733

#cdf50c color RGB value is (205,245,12).

#cdf50c hex color red value is 205, green value is 245 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #cdf50c hue: 0.20 , saturation: 0.92 and the lightness value of cdf50c is 0.50.

The process color (four color CMYK) of #cdf50c color hex is 0.16, 0.00, 0.95, 0.04. Web safe color of #cdf50c is #ccff00. Color #cdf50c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11110101 00001100
Octal 315 365 14
Decimal 205 245 12
Hex CD F5 C

RGB Percentages of Color #cdf50c

%44.37
%53.03
%2.60

CMYK Percentages of Color #cdf50c

%16
%0
%95
%4

Triadic Colors of #cdf50c

#cdf50c #0ccdf5 #f50ccd

Analogous Colors of #cdf50c

#cdf50c #59f50c #f5a90c

Monochromatic Colors of #cdf50c

#cdf50c

Complementary Color

#cdf50c #340cf5

#cdf50c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf50c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf50c Color CSS Codes

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

#cdf50c Text Font Color

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

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


#cdf50c Background Color

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

This div background color is #cdf50c


#cdf50c Border Color

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

This div border color is #cdf50c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,245,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 #cdf50c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf50c


Comments

No comments written yet.

Please login to write comment.