Color Hex Logo

#cfe24a Color Hex

#CFE24A
(207,226,74)
0 Favorites   0 Comments

Color spaces of #cfe24a

RGB 20722674
HSL0.190.720.59
HSV68°67°89°
CMYK 0.080.000.67   0.11
XYZ54.164568.152516.7785
Yxy68.15250.38940.4900
Hunter Lab82.5545-27.355545.7380
CIE-Lab86.0826-25.475568.7800

#cfe24a color RGB value is (207,226,74).

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

The process color (four color CMYK) of #cfe24a color hex is 0.08, 0.00, 0.67, 0.11. Web safe color of #cfe24a is #cccc33. Color #cfe24a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100010 01001010
Octal 317 342 112
Decimal 207 226 74
Hex CF E2 4A

RGB Percentages of Color #cfe24a

%40.83
%44.58
%14.60

CMYK Percentages of Color #cfe24a

%8
%0
%67
%11

Triadic Colors of #cfe24a

#cfe24a #4acfe2 #e24acf

Analogous Colors of #cfe24a

#cfe24a #83e24a #e2a94a

Monochromatic Colors of #cfe24a

#cfe24a

Complementary Color

#cfe24a #5d4ae2

#cfe24a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe24a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe24a Color CSS Codes

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

#cfe24a Text Font Color

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

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


#cfe24a Background Color

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

This div background color is #cfe24a


#cfe24a Border Color

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

This div border color is #cfe24a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe24a


Comments

No comments written yet.

Please login to write comment.