Color Hex Logo

#cfed9d Color Hex

#CFED9D
(207,237,157)
0 Favorites   0 Comments

Color spaces of #cfed9d

RGB 207237157
HSL0.230.690.77
HSV82°34°93°
CMYK 0.130.000.34   0.07
XYZ62.102176.268143.3464
Yxy76.26810.34180.4197
Hunter Lab87.3316-25.897831.7040
CIE-Lab89.9837-22.956535.6028

#cfed9d color RGB value is (207,237,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101101 10011101
Octal 317 355 235
Decimal 207 237 157
Hex CF ED 9D

RGB Percentages of Color #cfed9d

%34.44
%39.43
%26.12

CMYK Percentages of Color #cfed9d

%13
%0
%34
%7

Triadic Colors of #cfed9d

#cfed9d #9dcfed #ed9dcf

Analogous Colors of #cfed9d

#cfed9d #a7ed9d #ede39d

Monochromatic Colors of #cfed9d

#cfed9d

Complementary Color

#cfed9d #bb9ded

#cfed9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfed9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfed9d Color CSS Codes

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

#cfed9d Text Font Color

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

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


#cfed9d Background Color

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

This div background color is #cfed9d


#cfed9d Border Color

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

This div border color is #cfed9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfed9d


Comments

No comments written yet.

Please login to write comment.