Color Hex Logo

#cfd68c Color Hex

#CFD68C
(207,214,140)
0 Favorites   0 Comments

Color spaces of #cfd68c

RGB 207214140
HSL0.180.470.69
HSV66°35°84°
CMYK 0.030.000.35   0.16
XYZ54.512363.252034.1467
Yxy63.25200.35880.4164
Hunter Lab79.5311-16.831830.2156
CIE-Lab83.5748-13.780435.7994

#cfd68c color RGB value is (207,214,140).

#cfd68c hex color red value is 207, green value is 214 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #cfd68c hue: 0.18 , saturation: 0.47 and the lightness value of cfd68c is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010110 10001100
Octal 317 326 214
Decimal 207 214 140
Hex CF D6 8C

RGB Percentages of Color #cfd68c

%36.90
%38.15
%24.96

CMYK Percentages of Color #cfd68c

%3
%0
%35
%16

Triadic Colors of #cfd68c

#cfd68c #8ccfd6 #d68ccf

Analogous Colors of #cfd68c

#cfd68c #aad68c #d6b88c

Monochromatic Colors of #cfd68c

#cfd68c

Complementary Color

#cfd68c #938cd6

#cfd68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd68c Color CSS Codes

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

#cfd68c Text Font Color

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

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


#cfd68c Background Color

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

This div background color is #cfd68c


#cfd68c Border Color

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

This div border color is #cfd68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd68c


Comments

No comments written yet.

Please login to write comment.