Color Hex Logo

#cfea7a Color Hex

#CFEA7A
(207,234,122)
0 Favorites   0 Comments

Color spaces of #cfea7a

RGB 207234122
HSL0.210.730.70
HSV74°48°92°
CMYK 0.120.000.48   0.08
XYZ58.667873.516229.5103
Yxy73.51620.36280.4547
Hunter Lab85.7416-27.911039.6128
CIE-Lab88.6933-25.544651.0759

#cfea7a color RGB value is (207,234,122).

#cfea7a hex color red value is 207, green value is 234 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cfea7a hue: 0.21 , saturation: 0.73 and the lightness value of cfea7a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101010 01111010
Octal 317 352 172
Decimal 207 234 122
Hex CF EA 7A

RGB Percentages of Color #cfea7a

%36.77
%41.56
%21.67

CMYK Percentages of Color #cfea7a

%12
%0
%48
%8

Triadic Colors of #cfea7a

#cfea7a #7acfea #ea7acf

Analogous Colors of #cfea7a

#cfea7a #97ea7a #eacd7a

Monochromatic Colors of #cfea7a

#cfea7a

Complementary Color

#cfea7a #957aea

#cfea7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfea7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfea7a Color CSS Codes

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

#cfea7a Text Font Color

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

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


#cfea7a Background Color

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

This div background color is #cfea7a


#cfea7a Border Color

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

This div border color is #cfea7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfea7a


Comments

No comments written yet.

Please login to write comment.