Color Hex Logo

#cfd69d Color Hex

#CFD69D
(207,214,157)
0 Favorites   0 Comments

Color spaces of #cfd69d

RGB 207214157
HSL0.190.410.73
HSV67°27°84°
CMYK 0.030.000.27   0.16
XYZ55.864563.792941.2672
Yxy63.79290.34710.3964
Hunter Lab79.8705-14.923525.2756
CIE-Lab83.8578-11.593527.4321

#cfd69d color RGB value is (207,214,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010110 10011101
Octal 317 326 235
Decimal 207 214 157
Hex CF D6 9D

RGB Percentages of Color #cfd69d

%35.81
%37.02
%27.16

CMYK Percentages of Color #cfd69d

%3
%0
%27
%16

Triadic Colors of #cfd69d

#cfd69d #9dcfd6 #d69dcf

Analogous Colors of #cfd69d

#cfd69d #b3d69d #d6c19d

Monochromatic Colors of #cfd69d

#cfd69d

Complementary Color

#cfd69d #a49dd6

#cfd69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd69d Color CSS Codes

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

#cfd69d Text Font Color

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

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


#cfd69d Background Color

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

This div background color is #cfd69d


#cfd69d Border Color

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

This div border color is #cfd69d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd69d


Comments

No comments written yet.

Please login to write comment.