Color Hex Logo

#cfed9c Color Hex

#CFED9C
(207,237,156)
0 Favorites   0 Comments

Color spaces of #cfed9c

RGB 207237156
HSL0.230.690.77
HSV82°34°93°
CMYK 0.130.000.34   0.07
XYZ62.017176.234142.8985
Yxy76.23410.34240.4208
Hunter Lab87.3121-26.009231.9879
CIE-Lab89.9679-23.086636.0842

#cfed9c color RGB value is (207,237,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101101 10011100
Octal 317 355 234
Decimal 207 237 156
Hex CF ED 9C

RGB Percentages of Color #cfed9c

%34.50
%39.50
%26.00

CMYK Percentages of Color #cfed9c

%13
%0
%34
%7

Triadic Colors of #cfed9c

#cfed9c #9ccfed #ed9ccf

Analogous Colors of #cfed9c

#cfed9c #a7ed9c #ede39c

Monochromatic Colors of #cfed9c

#cfed9c

Complementary Color

#cfed9c #ba9ced

#cfed9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfed9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfed9c Color CSS Codes

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

#cfed9c Text Font Color

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

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


#cfed9c Background Color

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

This div background color is #cfed9c


#cfed9c Border Color

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

This div border color is #cfed9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfed9c


Comments

No comments written yet.

Please login to write comment.