Color Hex Logo

#cfe42e Color Hex

#CFE42E
(207,228,46)
0 Favorites   0 Comments

Color spaces of #cfe42e

RGB 20722846
HSL0.190.770.54
HSV67°80°89°
CMYK 0.090.000.80   0.11
XYZ53.968768.949513.0489
Yxy68.94950.39690.5071
Hunter Lab83.0358-29.297648.8078
CIE-Lab86.4790-27.684278.0825

#cfe42e color RGB value is (207,228,46).

#cfe42e hex color red value is 207, green value is 228 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cfe42e hue: 0.19 , saturation: 0.77 and the lightness value of cfe42e is 0.54.

The process color (four color CMYK) of #cfe42e color hex is 0.09, 0.00, 0.80, 0.11. Web safe color of #cfe42e is #cccc33. Color #cfe42e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100100 00101110
Octal 317 344 56
Decimal 207 228 46
Hex CF E4 2E

RGB Percentages of Color #cfe42e

%43.04
%47.40
%9.56

CMYK Percentages of Color #cfe42e

%9
%0
%80
%11

Triadic Colors of #cfe42e

#cfe42e #2ecfe4 #e42ecf

Analogous Colors of #cfe42e

#cfe42e #74e42e #e49e2e

Monochromatic Colors of #cfe42e

#cfe42e

Complementary Color

#cfe42e #432ee4

#cfe42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe42e Color CSS Codes

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

#cfe42e Text Font Color

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

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


#cfe42e Background Color

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

This div background color is #cfe42e


#cfe42e Border Color

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

This div border color is #cfe42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe42e


Comments

No comments written yet.

Please login to write comment.