Color Hex Logo

#cfdd40 Color Hex

#CFDD40
(207,221,64)
0 Favorites   0 Comments

Color spaces of #cfdd40

RGB 20722164
HSL0.180.700.56
HSV65°71°87°
CMYK 0.060.000.71   0.13
XYZ52.514065.348514.6962
Yxy65.34850.39620.4930
Hunter Lab80.8384-25.510645.8081
CIE-Lab84.6630-23.610570.9653

#cfdd40 color RGB value is (207,221,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011101 01000000
Octal 317 335 100
Decimal 207 221 64
Hex CF DD 40

RGB Percentages of Color #cfdd40

%42.07
%44.92
%13.01

CMYK Percentages of Color #cfdd40

%6
%0
%71
%13

Triadic Colors of #cfdd40

#cfdd40 #40cfdd #dd40cf

Analogous Colors of #cfdd40

#cfdd40 #81dd40 #dd9d40

Monochromatic Colors of #cfdd40

#cfdd40

Complementary Color

#cfdd40 #4e40dd

#cfdd40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdd40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdd40 Color CSS Codes

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

#cfdd40 Text Font Color

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

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


#cfdd40 Background Color

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

This div background color is #cfdd40


#cfdd40 Border Color

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

This div border color is #cfdd40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdd40


Comments

No comments written yet.

Please login to write comment.