Color Hex Logo

#cfe02e Color Hex

#CFE02E
(207,224,46)
0 Favorites   0 Comments

Color spaces of #cfe02e

RGB 20722446
HSL0.180.740.53
HSV66°79°88°
CMYK 0.080.000.79   0.12
XYZ52.880966.774012.6863
Yxy66.77400.39960.5046
Hunter Lab81.7154-27.488247.9960
CIE-Lab85.3897-25.789477.1262

#cfe02e color RGB value is (207,224,46).

#cfe02e hex color red value is 207, green value is 224 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cfe02e hue: 0.18 , saturation: 0.74 and the lightness value of cfe02e is 0.53.

The process color (four color CMYK) of #cfe02e color hex is 0.08, 0.00, 0.79, 0.12. Web safe color of #cfe02e is #cccc33. Color #cfe02e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100000 00101110
Octal 317 340 56
Decimal 207 224 46
Hex CF E0 2E

RGB Percentages of Color #cfe02e

%43.40
%46.96
%9.64

CMYK Percentages of Color #cfe02e

%8
%0
%79
%12

Triadic Colors of #cfe02e

#cfe02e #2ecfe0 #e02ecf

Analogous Colors of #cfe02e

#cfe02e #76e02e #e0982e

Monochromatic Colors of #cfe02e

#cfe02e

Complementary Color

#cfe02e #3f2ee0

#cfe02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe02e Color CSS Codes

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

#cfe02e Text Font Color

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

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


#cfe02e Background Color

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

This div background color is #cfe02e


#cfe02e Border Color

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

This div border color is #cfe02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe02e


Comments

No comments written yet.

Please login to write comment.