Color Hex Logo

#cfdc4a Color Hex

#CFDC4A
(207,220,74)
0 Favorites   0 Comments

Color spaces of #cfdc4a

RGB 20722074
HSL0.180.680.58
HSV65°66°86°
CMYK 0.060.000.66   0.14
XYZ52.561464.946216.2442
Yxy64.94620.39300.4856
Hunter Lab80.5892-24.610944.4615
CIE-Lab84.4560-22.594867.1259

#cfdc4a color RGB value is (207,220,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011100 01001010
Octal 317 334 112
Decimal 207 220 74
Hex CF DC 4A

RGB Percentages of Color #cfdc4a

%41.32
%43.91
%14.77

CMYK Percentages of Color #cfdc4a

%6
%0
%66
%14

Triadic Colors of #cfdc4a

#cfdc4a #4acfdc #dc4acf

Analogous Colors of #cfdc4a

#cfdc4a #86dc4a #dca04a

Monochromatic Colors of #cfdc4a

#cfdc4a

Complementary Color

#cfdc4a #574adc

#cfdc4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdc4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdc4a Color CSS Codes

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

#cfdc4a Text Font Color

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

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


#cfdc4a Background Color

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

This div background color is #cfdc4a


#cfdc4a Border Color

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

This div border color is #cfdc4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdc4a


Comments

No comments written yet.

Please login to write comment.