Color Hex Logo

#cfd98c Color Hex

#CFD98C
(207,217,140)
0 Favorites   0 Comments

Color spaces of #cfd98c

RGB 207217140
HSL0.190.500.70
HSV68°35°85°
CMYK 0.050.000.35   0.15
XYZ55.278664.784634.4021
Yxy64.78460.35790.4194
Hunter Lab80.4889-18.264331.0008
CIE-Lab84.3726-15.281836.8370

#cfd98c color RGB value is (207,217,140).

#cfd98c hex color red value is 207, green value is 217 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #cfd98c hue: 0.19 , saturation: 0.50 and the lightness value of cfd98c is 0.70.

The process color (four color CMYK) of #cfd98c color hex is 0.05, 0.00, 0.35, 0.15. Web safe color of #cfd98c is #cccc99. Color #cfd98c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011001 10001100
Octal 317 331 214
Decimal 207 217 140
Hex CF D9 8C

RGB Percentages of Color #cfd98c

%36.70
%38.48
%24.82

CMYK Percentages of Color #cfd98c

%5
%0
%35
%15

Triadic Colors of #cfd98c

#cfd98c #8ccfd9 #d98ccf

Analogous Colors of #cfd98c

#cfd98c #a9d98c #d9bd8c

Monochromatic Colors of #cfd98c

#cfd98c

Complementary Color

#cfd98c #968cd9

#cfd98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd98c Color CSS Codes

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

#cfd98c Text Font Color

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

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


#cfd98c Background Color

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

This div background color is #cfd98c


#cfd98c Border Color

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

This div border color is #cfd98c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd98c


Comments

No comments written yet.

Please login to write comment.