Color Hex Logo

#cfd699 Color Hex

#CFD699
(207,214,153)
0 Favorites   0 Comments

Color spaces of #cfd699

RGB 207214153
HSL0.190.430.72
HSV67°29°84°
CMYK 0.030.000.29   0.16
XYZ55.528563.658439.4976
Yxy63.65840.34990.4012
Hunter Lab79.7862-15.395926.4993
CIE-Lab83.7876-12.132229.4101

#cfd699 color RGB value is (207,214,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010110 10011001
Octal 317 326 231
Decimal 207 214 153
Hex CF D6 99

RGB Percentages of Color #cfd699

%36.06
%37.28
%26.66

CMYK Percentages of Color #cfd699

%3
%0
%29
%16

Triadic Colors of #cfd699

#cfd699 #99cfd6 #d699cf

Analogous Colors of #cfd699

#cfd699 #b1d699 #d6bf99

Monochromatic Colors of #cfd699

#cfd699

Complementary Color

#cfd699 #a099d6

#cfd699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd699 Color CSS Codes

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

#cfd699 Text Font Color

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

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


#cfd699 Background Color

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

This div background color is #cfd699


#cfd699 Border Color

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

This div border color is #cfd699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd699


Comments

No comments written yet.

Please login to write comment.