Color Hex Logo

#cfdd7f Color Hex

#CFDD7F
(207,221,127)
0 Favorites   0 Comments

Color spaces of #cfdd7f

RGB 207221127
HSL0.190.580.68
HSV69°43°87°
CMYK 0.060.000.43   0.13
XYZ55.419366.510629.9956
Yxy66.51060.36480.4378
Hunter Lab81.5540-21.421535.2809
CIE-Lab85.2562-18.736644.4441

#cfdd7f color RGB value is (207,221,127).

#cfdd7f hex color red value is 207, green value is 221 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cfdd7f hue: 0.19 , saturation: 0.58 and the lightness value of cfdd7f is 0.68.

The process color (four color CMYK) of #cfdd7f color hex is 0.06, 0.00, 0.43, 0.13. Web safe color of #cfdd7f is #cccc66. Color #cfdd7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011101 01111111
Octal 317 335 177
Decimal 207 221 127
Hex CF DD 7F

RGB Percentages of Color #cfdd7f

%37.30
%39.82
%22.88

CMYK Percentages of Color #cfdd7f

%6
%0
%43
%13

Triadic Colors of #cfdd7f

#cfdd7f #7fcfdd #dd7fcf

Analogous Colors of #cfdd7f

#cfdd7f #a0dd7f #ddbc7f

Monochromatic Colors of #cfdd7f

#cfdd7f

Complementary Color

#cfdd7f #8d7fdd

#cfdd7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdd7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdd7f Color CSS Codes

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

#cfdd7f Text Font Color

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

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


#cfdd7f Background Color

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

This div background color is #cfdd7f


#cfdd7f Border Color

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

This div border color is #cfdd7f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,221,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 #cfdd7f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdd7f


Comments

No comments written yet.

Please login to write comment.