Color Hex Logo

#cfea4a Color Hex

#CFEA4A
(207,234,74)
0 Favorites   0 Comments

Color spaces of #cfea4a

RGB 20723474
HSL0.190.790.60
HSV70°68°92°
CMYK 0.120.000.68   0.08
XYZ56.391072.605417.5207
Yxy72.60540.38490.4955
Hunter Lab85.2088-30.984547.4549
CIE-Lab88.2592-29.253270.9743

#cfea4a color RGB value is (207,234,74).

#cfea4a hex color red value is 207, green value is 234 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cfea4a hue: 0.19 , saturation: 0.79 and the lightness value of cfea4a is 0.60.

The process color (four color CMYK) of #cfea4a color hex is 0.12, 0.00, 0.68, 0.08. Web safe color of #cfea4a is #ccff33. Color #cfea4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101010 01001010
Octal 317 352 112
Decimal 207 234 74
Hex CF EA 4A

RGB Percentages of Color #cfea4a

%40.19
%45.44
%14.37

CMYK Percentages of Color #cfea4a

%12
%0
%68
%8

Triadic Colors of #cfea4a

#cfea4a #4acfea #ea4acf

Analogous Colors of #cfea4a

#cfea4a #7fea4a #eab54a

Monochromatic Colors of #cfea4a

#cfea4a

Complementary Color

#cfea4a #654aea

#cfea4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfea4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfea4a Color CSS Codes

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

#cfea4a Text Font Color

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

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


#cfea4a Background Color

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

This div background color is #cfea4a


#cfea4a Border Color

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

This div border color is #cfea4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfea4a


Comments

No comments written yet.

Please login to write comment.