Color Hex Logo

#cfd17e Color Hex

#CFD17E
(207,209,126)
0 Favorites   0 Comments

Color spaces of #cfd17e

RGB 207209126
HSL0.170.470.66
HSV61°40°82°
CMYK 0.010.000.40   0.18
XYZ52.298560.372728.6353
Yxy60.37270.37010.4272
Hunter Lab77.6999-15.829432.5393
CIE-Lab82.0404-12.867940.8973

#cfd17e color RGB value is (207,209,126).

#cfd17e hex color red value is 207, green value is 209 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cfd17e hue: 0.17 , saturation: 0.47 and the lightness value of cfd17e is 0.66.

The process color (four color CMYK) of #cfd17e color hex is 0.01, 0.00, 0.40, 0.18. Web safe color of #cfd17e is #cccc66. Color #cfd17e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010001 01111110
Octal 317 321 176
Decimal 207 209 126
Hex CF D1 7E

RGB Percentages of Color #cfd17e

%38.19
%38.56
%23.25

CMYK Percentages of Color #cfd17e

%1
%0
%40
%18

Triadic Colors of #cfd17e

#cfd17e #7ecfd1 #d17ecf

Analogous Colors of #cfd17e

#cfd17e #a6d17e #d1aa7e

Monochromatic Colors of #cfd17e

#cfd17e

Complementary Color

#cfd17e #807ed1

#cfd17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd17e Color CSS Codes

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

#cfd17e Text Font Color

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

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


#cfd17e Background Color

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

This div background color is #cfd17e


#cfd17e Border Color

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

This div border color is #cfd17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd17e


Comments

No comments written yet.

Please login to write comment.