Color Hex Logo

#cdf04d Color Hex

#CDF04D
(205,240,77)
0 Favorites   0 Comments

Color spaces of #cdf04d

RGB 20524077
HSL0.200.840.62
HSV73°68°94°
CMYK 0.150.000.68   0.06
XYZ57.676575.835118.6190
Yxy75.83510.37910.4985
Hunter Lab87.0834-34.172948.2817
CIE-Lab89.7827-32.651771.3740

#cdf04d color RGB value is (205,240,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11110000 01001101
Octal 315 360 115
Decimal 205 240 77
Hex CD F0 4D

RGB Percentages of Color #cdf04d

%39.27
%45.98
%14.75

CMYK Percentages of Color #cdf04d

%15
%0
%68
%6

Triadic Colors of #cdf04d

#cdf04d #4dcdf0 #f04dcd

Analogous Colors of #cdf04d

#cdf04d #7cf04d #f0c24d

Monochromatic Colors of #cdf04d

#cdf04d

Complementary Color

#cdf04d #704df0

#cdf04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf04d Color CSS Codes

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

#cdf04d Text Font Color

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

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


#cdf04d Background Color

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

This div background color is #cdf04d


#cdf04d Border Color

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

This div border color is #cdf04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf04d


Comments

No comments written yet.

Please login to write comment.