Color Hex Logo

#cdf03d Color Hex

#CDF03D
(205,240,61)
0 Favorites   0 Comments

Color spaces of #cdf03d

RGB 20524061
HSL0.200.860.59
HSV72°75°94°
CMYK 0.150.000.75   0.06
XYZ57.179275.636216.0005
Yxy75.63620.38420.5083
Hunter Lab86.9691-34.838249.9702
CIE-Lab89.6902-33.472876.6834

#cdf03d color RGB value is (205,240,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11110000 00111101
Octal 315 360 75
Decimal 205 240 61
Hex CD F0 3D

RGB Percentages of Color #cdf03d

%40.51
%47.43
%12.06

CMYK Percentages of Color #cdf03d

%15
%0
%75
%6

Triadic Colors of #cdf03d

#cdf03d #3dcdf0 #f03dcd

Analogous Colors of #cdf03d

#cdf03d #74f03d #f0ba3d

Monochromatic Colors of #cdf03d

#cdf03d

Complementary Color

#cdf03d #603df0

#cdf03d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf03d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf03d Color CSS Codes

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

#cdf03d Text Font Color

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

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


#cdf03d Background Color

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

This div background color is #cdf03d


#cdf03d Border Color

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

This div border color is #cdf03d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf03d


Comments

No comments written yet.

Please login to write comment.