Color Hex Logo

#cfe07e Color Hex

#CFE07E
(207,224,126)
0 Favorites   0 Comments

Color spaces of #cfe07e

RGB 207224126
HSL0.200.610.69
HSV70°44°88°
CMYK 0.080.000.44   0.12
XYZ56.153768.083129.9204
Yxy68.08310.36430.4416
Hunter Lab82.5125-22.919036.2592
CIE-Lab86.0480-20.312445.9181

#cfe07e color RGB value is (207,224,126).

#cfe07e hex color red value is 207, green value is 224 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cfe07e hue: 0.20 , saturation: 0.61 and the lightness value of cfe07e is 0.69.

The process color (four color CMYK) of #cfe07e color hex is 0.08, 0.00, 0.44, 0.12. Web safe color of #cfe07e is #cccc66. Color #cfe07e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100000 01111110
Octal 317 340 176
Decimal 207 224 126
Hex CF E0 7E

RGB Percentages of Color #cfe07e

%37.16
%40.22
%22.62

CMYK Percentages of Color #cfe07e

%8
%0
%44
%12

Triadic Colors of #cfe07e

#cfe07e #7ecfe0 #e07ecf

Analogous Colors of #cfe07e

#cfe07e #9ee07e #e0c07e

Monochromatic Colors of #cfe07e

#cfe07e

Complementary Color

#cfe07e #8f7ee0

#cfe07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe07e Color CSS Codes

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

#cfe07e Text Font Color

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

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


#cfe07e Background Color

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

This div background color is #cfe07e


#cfe07e Border Color

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

This div border color is #cfe07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe07e


Comments

No comments written yet.

Please login to write comment.