Color Hex Logo

#cdf980 Color Hex

#CDF980
(205,249,128)
0 Favorites   0 Comments

Color spaces of #cdf980

RGB 205249128
HSL0.230.910.74
HSV82°49°98°
CMYK 0.180.000.49   0.02
XYZ62.948882.289032.9877
Yxy82.28900.35320.4617
Hunter Lab90.7133-34.881541.9386
CIE-Lab92.7023-32.711753.0915

#cdf980 color RGB value is (205,249,128).

#cdf980 hex color red value is 205, green value is 249 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #cdf980 hue: 0.23 , saturation: 0.91 and the lightness value of cdf980 is 0.74.

The process color (four color CMYK) of #cdf980 color hex is 0.18, 0.00, 0.49, 0.02. Web safe color of #cdf980 is #ccff99. Color #cdf980 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11111001 10000000
Octal 315 371 200
Decimal 205 249 128
Hex CD F9 80

RGB Percentages of Color #cdf980

%35.22
%42.78
%21.99

CMYK Percentages of Color #cdf980

%18
%0
%49
%2

Triadic Colors of #cdf980

#cdf980 #80cdf9 #f980cd

Analogous Colors of #cdf980

#cdf980 #91f980 #f9e980

Monochromatic Colors of #cdf980

#cdf980

Complementary Color

#cdf980 #ac80f9

#cdf980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf980 Color CSS Codes

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

#cdf980 Text Font Color

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

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


#cdf980 Background Color

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

This div background color is #cdf980


#cdf980 Border Color

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

This div border color is #cdf980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf980


Comments

No comments written yet.

Please login to write comment.