Color Hex Logo

#cdfd3f Color Hex

#CDFD3F
(205,253,63)
0 Favorites   0 Comments

Color spaces of #cdfd3f

RGB 20525363
HSL0.210.980.62
HSV75°75°99°
CMYK 0.190.000.75   0.01
XYZ61.199383.588617.6113
Yxy83.58860.37680.5147
Hunter Lab91.4268-40.512552.5779
CIE-Lab93.2715-39.241079.4291

#cdfd3f color RGB value is (205,253,63).

#cdfd3f hex color red value is 205, green value is 253 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cdfd3f hue: 0.21 , saturation: 0.98 and the lightness value of cdfd3f is 0.62.

The process color (four color CMYK) of #cdfd3f color hex is 0.19, 0.00, 0.75, 0.01. Web safe color of #cdfd3f is #ccff33. Color #cdfd3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11111101 00111111
Octal 315 375 77
Decimal 205 253 63
Hex CD FD 3F

RGB Percentages of Color #cdfd3f

%39.35
%48.56
%12.09

CMYK Percentages of Color #cdfd3f

%19
%0
%75
%1

Triadic Colors of #cdfd3f

#cdfd3f #3fcdfd #fd3fcd

Analogous Colors of #cdfd3f

#cdfd3f #6efd3f #fdce3f

Monochromatic Colors of #cdfd3f

#cdfd3f

Complementary Color

#cdfd3f #6f3ffd

#cdfd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdfd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdfd3f Color CSS Codes

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

#cdfd3f Text Font Color

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

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


#cdfd3f Background Color

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

This div background color is #cdfd3f


#cdfd3f Border Color

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

This div border color is #cdfd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdfd3f


Comments

No comments written yet.

Please login to write comment.