Color Hex Logo

#cfd69e Color Hex

#CFD69E
(207,214,158)
0 Favorites   0 Comments

Color spaces of #cfd69e

RGB 207214158
HSL0.190.410.73
HSV68°26°84°
CMYK 0.030.000.26   0.16
XYZ55.950263.827241.7187
Yxy63.82720.34640.3952
Hunter Lab79.8919-14.803124.9638
CIE-Lab83.8757-11.456626.9370

#cfd69e color RGB value is (207,214,158).

#cfd69e hex color red value is 207, green value is 214 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cfd69e hue: 0.19 , saturation: 0.41 and the lightness value of cfd69e is 0.73.

The process color (four color CMYK) of #cfd69e color hex is 0.03, 0.00, 0.26, 0.16. Web safe color of #cfd69e is #cccc99. Color #cfd69e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010110 10011110
Octal 317 326 236
Decimal 207 214 158
Hex CF D6 9E

RGB Percentages of Color #cfd69e

%35.75
%36.96
%27.29

CMYK Percentages of Color #cfd69e

%3
%0
%26
%16

Triadic Colors of #cfd69e

#cfd69e #9ecfd6 #d69ecf

Analogous Colors of #cfd69e

#cfd69e #b3d69e #d6c19e

Monochromatic Colors of #cfd69e

#cfd69e

Complementary Color

#cfd69e #a59ed6

#cfd69e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd69e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd69e Color CSS Codes

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

#cfd69e Text Font Color

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

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


#cfd69e Background Color

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

This div background color is #cfd69e


#cfd69e Border Color

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

This div border color is #cfd69e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd69e

#cfd69e Color Palettes


Comments

No comments written yet.

Please login to write comment.