Color Hex Logo

#cfef7e Color Hex

#CFEF7E
(207,239,126)
0 Favorites   0 Comments

Color spaces of #cfef7e

RGB 207239126
HSL0.210.780.72
HSV77°47°94°
CMYK 0.130.000.47   0.06
XYZ60.364576.504831.3240
Yxy76.50480.35890.4549
Hunter Lab87.4670-29.877339.9938
CIE-Lab90.0932-27.513550.8904

#cfef7e color RGB value is (207,239,126).

#cfef7e hex color red value is 207, green value is 239 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cfef7e hue: 0.21 , saturation: 0.78 and the lightness value of cfef7e is 0.72.

The process color (four color CMYK) of #cfef7e color hex is 0.13, 0.00, 0.47, 0.06. Web safe color of #cfef7e is #ccff66. Color #cfef7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101111 01111110
Octal 317 357 176
Decimal 207 239 126
Hex CF EF 7E

RGB Percentages of Color #cfef7e

%36.19
%41.78
%22.03

CMYK Percentages of Color #cfef7e

%13
%0
%47
%6

Triadic Colors of #cfef7e

#cfef7e #7ecfef #ef7ecf

Analogous Colors of #cfef7e

#cfef7e #97ef7e #efd77e

Monochromatic Colors of #cfef7e

#cfef7e

Complementary Color

#cfef7e #9e7eef

#cfef7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfef7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfef7e Color CSS Codes

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

#cfef7e Text Font Color

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

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


#cfef7e Background Color

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

This div background color is #cfef7e


#cfef7e Border Color

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

This div border color is #cfef7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfef7e


Comments

No comments written yet.

Please login to write comment.