Color Hex Logo

#cfea4f Color Hex

#CFEA4F
(207,234,79)
0 Favorites   0 Comments

Color spaces of #cfea4f

RGB 20723479
HSL0.200.790.61
HSV70°66°92°
CMYK 0.120.000.66   0.08
XYZ56.566272.675518.4436
Yxy72.67550.38300.4921
Hunter Lab85.2499-30.746646.8477
CIE-Lab88.2927-28.963269.1547

#cfea4f color RGB value is (207,234,79).

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

The process color (four color CMYK) of #cfea4f color hex is 0.12, 0.00, 0.66, 0.08. Web safe color of #cfea4f is #ccff66. Color #cfea4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101010 01001111
Octal 317 352 117
Decimal 207 234 79
Hex CF EA 4F

RGB Percentages of Color #cfea4f

%39.81
%45.00
%15.19

CMYK Percentages of Color #cfea4f

%12
%0
%66
%8

Triadic Colors of #cfea4f

#cfea4f #4fcfea #ea4fcf

Analogous Colors of #cfea4f

#cfea4f #82ea4f #eab84f

Monochromatic Colors of #cfea4f

#cfea4f

Complementary Color

#cfea4f #6a4fea

#cfea4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfea4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfea4f Color CSS Codes

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

#cfea4f Text Font Color

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

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


#cfea4f Background Color

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

This div background color is #cfea4f


#cfea4f Border Color

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

This div border color is #cfea4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfea4f


Comments

No comments written yet.

Please login to write comment.