Color Hex Logo

#cfdd2e Color Hex

#CFDD2E
(207,221,46)
0 Favorites   0 Comments

Color spaces of #cfdd2e

RGB 20722146
HSL0.180.720.52
HSV65°79°87°
CMYK 0.060.000.79   0.13
XYZ52.081765.175612.4199
Yxy65.17560.40160.5026
Hunter Lab80.7314-26.125547.3907
CIE-Lab84.5741-24.356476.4087

#cfdd2e color RGB value is (207,221,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011101 00101110
Octal 317 335 56
Decimal 207 221 46
Hex CF DD 2E

RGB Percentages of Color #cfdd2e

%43.67
%46.62
%9.70

CMYK Percentages of Color #cfdd2e

%6
%0
%79
%13

Triadic Colors of #cfdd2e

#cfdd2e #2ecfdd #dd2ecf

Analogous Colors of #cfdd2e

#cfdd2e #78dd2e #dd942e

Monochromatic Colors of #cfdd2e

#cfdd2e

Complementary Color

#cfdd2e #3c2edd

#cfdd2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdd2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdd2e Color CSS Codes

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

#cfdd2e Text Font Color

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

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


#cfdd2e Background Color

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

This div background color is #cfdd2e


#cfdd2e Border Color

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

This div border color is #cfdd2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdd2e


Comments

No comments written yet.

Please login to write comment.