Color Hex Logo

#cfdc2e Color Hex

#CFDC2E
(207,220,46)
0 Favorites   0 Comments

Color spaces of #cfdc2e

RGB 20722046
HSL0.180.710.52
HSV64°79°86°
CMYK 0.060.000.79   0.14
XYZ51.818564.649112.3322
Yxy64.64910.40230.5019
Hunter Lab80.4047-25.670047.1896
CIE-Lab84.3026-23.876376.1693

#cfdc2e color RGB value is (207,220,46).

#cfdc2e hex color red value is 207, green value is 220 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cfdc2e hue: 0.18 , saturation: 0.71 and the lightness value of cfdc2e is 0.52.

The process color (four color CMYK) of #cfdc2e color hex is 0.06, 0.00, 0.79, 0.14. Web safe color of #cfdc2e is #cccc33. Color #cfdc2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011100 00101110
Octal 317 334 56
Decimal 207 220 46
Hex CF DC 2E

RGB Percentages of Color #cfdc2e

%43.76
%46.51
%9.73

CMYK Percentages of Color #cfdc2e

%6
%0
%79
%14

Triadic Colors of #cfdc2e

#cfdc2e #2ecfdc #dc2ecf

Analogous Colors of #cfdc2e

#cfdc2e #78dc2e #dc922e

Monochromatic Colors of #cfdc2e

#cfdc2e

Complementary Color

#cfdc2e #3b2edc

#cfdc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdc2e Color CSS Codes

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

#cfdc2e Text Font Color

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

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


#cfdc2e Background Color

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

This div background color is #cfdc2e


#cfdc2e Border Color

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

This div border color is #cfdc2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdc2e


Comments

No comments written yet.

Please login to write comment.