Color Hex Logo

#cfe24d Color Hex

#CFE24D
(207,226,77)
0 Favorites   0 Comments

Color spaces of #cfe24d

RGB 20722677
HSL0.190.720.59
HSV68°66°89°
CMYK 0.080.000.66   0.11
XYZ54.268068.193917.3237
Yxy68.19390.38820.4878
Hunter Lab82.5796-27.211345.3678
CIE-Lab86.1033-25.300767.6666

#cfe24d color RGB value is (207,226,77).

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

The process color (four color CMYK) of #cfe24d color hex is 0.08, 0.00, 0.66, 0.11. Web safe color of #cfe24d is #cccc66. Color #cfe24d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100010 01001101
Octal 317 342 115
Decimal 207 226 77
Hex CF E2 4D

RGB Percentages of Color #cfe24d

%40.59
%44.31
%15.10

CMYK Percentages of Color #cfe24d

%8
%0
%66
%11

Triadic Colors of #cfe24d

#cfe24d #4dcfe2 #e24dcf

Analogous Colors of #cfe24d

#cfe24d #85e24d #e2ab4d

Monochromatic Colors of #cfe24d

#cfe24d

Complementary Color

#cfe24d #604de2

#cfe24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe24d Color CSS Codes

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

#cfe24d Text Font Color

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

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


#cfe24d Background Color

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

This div background color is #cfe24d


#cfe24d Border Color

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

This div border color is #cfe24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe24d


Comments

No comments written yet.

Please login to write comment.