Color Hex Logo

#cfed8e Color Hex

#CFED8E
(207,237,142)
0 Favorites   0 Comments

Color spaces of #cfed8e

RGB 207237142
HSL0.220.730.74
HSV79°40°93°
CMYK 0.130.000.40   0.07
XYZ60.898875.786837.0098
Yxy75.78680.35060.4363
Hunter Lab87.0556-27.479635.7331
CIE-Lab89.7603-24.814142.7677

#cfed8e color RGB value is (207,237,142).

#cfed8e hex color red value is 207, green value is 237 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cfed8e hue: 0.22 , saturation: 0.73 and the lightness value of cfed8e is 0.74.

The process color (four color CMYK) of #cfed8e color hex is 0.13, 0.00, 0.40, 0.07. Web safe color of #cfed8e is #ccff99. Color #cfed8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101101 10001110
Octal 317 355 216
Decimal 207 237 142
Hex CF ED 8E

RGB Percentages of Color #cfed8e

%35.32
%40.44
%24.23

CMYK Percentages of Color #cfed8e

%13
%0
%40
%7

Triadic Colors of #cfed8e

#cfed8e #8ecfed #ed8ecf

Analogous Colors of #cfed8e

#cfed8e #a0ed8e #eddc8e

Monochromatic Colors of #cfed8e

#cfed8e

Complementary Color

#cfed8e #ac8eed

#cfed8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfed8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfed8e Color CSS Codes

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

#cfed8e Text Font Color

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

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


#cfed8e Background Color

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

This div background color is #cfed8e


#cfed8e Border Color

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

This div border color is #cfed8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfed8e


Comments

No comments written yet.

Please login to write comment.