Color Hex Logo

#cfd44a Color Hex

#CFD44A
(207,212,74)
0 Favorites   0 Comments

Color spaces of #cfd44a

RGB 20721274
HSL0.170.620.56
HSV62°65°83°
CMYK 0.020.000.65   0.17
XYZ50.511660.846815.5609
Yxy60.84680.39800.4794
Hunter Lab78.0044-20.920242.7754
CIE-Lab82.2963-18.691764.9110

#cfd44a color RGB value is (207,212,74).

#cfd44a hex color red value is 207, green value is 212 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cfd44a hue: 0.17 , saturation: 0.62 and the lightness value of cfd44a is 0.56.

The process color (four color CMYK) of #cfd44a color hex is 0.02, 0.00, 0.65, 0.17. Web safe color of #cfd44a is #cccc33. Color #cfd44a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010100 01001010
Octal 317 324 112
Decimal 207 212 74
Hex CF D4 4A

RGB Percentages of Color #cfd44a

%41.99
%43.00
%15.01

CMYK Percentages of Color #cfd44a

%2
%0
%65
%17

Triadic Colors of #cfd44a

#cfd44a #4acfd4 #d44acf

Analogous Colors of #cfd44a

#cfd44a #8ad44a #d4944a

Monochromatic Colors of #cfd44a

#cfd44a

Complementary Color

#cfd44a #4f4ad4

#cfd44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd44a Color CSS Codes

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

#cfd44a Text Font Color

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

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


#cfd44a Background Color

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

This div background color is #cfd44a


#cfd44a Border Color

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

This div border color is #cfd44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd44a


Comments

No comments written yet.

Please login to write comment.