Color Hex Logo

#cfdc6d Color Hex

#CFDC6D
(207,220,109)
0 Favorites   0 Comments

Color spaces of #cfdc6d

RGB 207220109
HSL0.190.610.65
HSV67°50°86°
CMYK 0.060.000.50   0.14
XYZ54.085665.555924.2709
Yxy65.55590.37580.4555
Hunter Lab80.9666-22.453738.9036
CIE-Lab84.7694-20.016352.4744

#cfdc6d color RGB value is (207,220,109).

#cfdc6d hex color red value is 207, green value is 220 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cfdc6d hue: 0.19 , saturation: 0.61 and the lightness value of cfdc6d is 0.65.

The process color (four color CMYK) of #cfdc6d color hex is 0.06, 0.00, 0.50, 0.14. Web safe color of #cfdc6d is #cccc66. Color #cfdc6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011100 01101101
Octal 317 334 155
Decimal 207 220 109
Hex CF DC 6D

RGB Percentages of Color #cfdc6d

%38.62
%41.04
%20.34

CMYK Percentages of Color #cfdc6d

%6
%0
%50
%14

Triadic Colors of #cfdc6d

#cfdc6d #6dcfdc #dc6dcf

Analogous Colors of #cfdc6d

#cfdc6d #98dc6d #dcb26d

Monochromatic Colors of #cfdc6d

#cfdc6d

Complementary Color

#cfdc6d #7a6ddc

#cfdc6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdc6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdc6d Color CSS Codes

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

#cfdc6d Text Font Color

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

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


#cfdc6d Background Color

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

This div background color is #cfdc6d


#cfdc6d Border Color

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

This div border color is #cfdc6d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,220,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdc6d


Comments

No comments written yet.

Please login to write comment.