Color Hex Logo

#cdfd7f Color Hex

#CDFD7F
(205,253,127)
0 Favorites   0 Comments

Color spaces of #cdfd7f

RGB 205253127
HSL0.230.970.75
HSV83°50°99°
CMYK 0.190.000.50   0.01
XYZ64.132984.762033.0592
Yxy84.76200.35250.4658
Hunter Lab92.0663-36.773843.1565
CIE-Lab93.7805-34.643354.8535

#cdfd7f color RGB value is (205,253,127).

#cdfd7f hex color red value is 205, green value is 253 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cdfd7f hue: 0.23 , saturation: 0.97 and the lightness value of cdfd7f is 0.75.

The process color (four color CMYK) of #cdfd7f color hex is 0.19, 0.00, 0.50, 0.01. Web safe color of #cdfd7f is #ccff66. Color #cdfd7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11111101 01111111
Octal 315 375 177
Decimal 205 253 127
Hex CD FD 7F

RGB Percentages of Color #cdfd7f

%35.04
%43.25
%21.71

CMYK Percentages of Color #cdfd7f

%19
%0
%50
%1

Triadic Colors of #cdfd7f

#cdfd7f #7fcdfd #fd7fcd

Analogous Colors of #cdfd7f

#cdfd7f #8efd7f #fdee7f

Monochromatic Colors of #cdfd7f

#cdfd7f

Complementary Color

#cdfd7f #af7ffd

#cdfd7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdfd7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdfd7f Color CSS Codes

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

#cdfd7f Text Font Color

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

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


#cdfd7f Background Color

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

This div background color is #cdfd7f


#cdfd7f Border Color

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

This div border color is #cdfd7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdfd7f


Comments

No comments written yet.

Please login to write comment.