Color Hex Logo

#cfed9e Color Hex

#CFED9E
(207,237,158)
0 Favorites   0 Comments

Color spaces of #cfed9e

RGB 207237158
HSL0.230.690.77
HSV83°33°93°
CMYK 0.130.000.33   0.07
XYZ62.187976.302443.7979
Yxy76.30240.34120.4186
Hunter Lab87.3512-25.785331.4179
CIE-Lab89.9996-22.825335.1211

#cfed9e color RGB value is (207,237,158).

#cfed9e hex color red value is 207, green value is 237 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cfed9e hue: 0.23 , saturation: 0.69 and the lightness value of cfed9e is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101101 10011110
Octal 317 355 236
Decimal 207 237 158
Hex CF ED 9E

RGB Percentages of Color #cfed9e

%34.39
%39.37
%26.25

CMYK Percentages of Color #cfed9e

%13
%0
%33
%7

Triadic Colors of #cfed9e

#cfed9e #9ecfed #ed9ecf

Analogous Colors of #cfed9e

#cfed9e #a8ed9e #ede49e

Monochromatic Colors of #cfed9e

#cfed9e

Complementary Color

#cfed9e #bc9eed

#cfed9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfed9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfed9e Color CSS Codes

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

#cfed9e Text Font Color

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

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


#cfed9e Background Color

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

This div background color is #cfed9e


#cfed9e Border Color

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

This div border color is #cfed9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfed9e


Comments

No comments written yet.

Please login to write comment.