Color Hex Logo

#cfd38c Color Hex

#CFD38C
(207,211,140)
0 Favorites   0 Comments

Color spaces of #cfd38c

RGB 207211140
HSL0.180.450.69
HSV63°34°83°
CMYK 0.020.000.34   0.17
XYZ53.760061.747433.8959
Yxy61.74740.35980.4133
Hunter Lab78.5795-15.393829.4304
CIE-Lab82.7789-12.269834.7607

#cfd38c color RGB value is (207,211,140).

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

The process color (four color CMYK) of #cfd38c color hex is 0.02, 0.00, 0.34, 0.17. Web safe color of #cfd38c is #cccc99. Color #cfd38c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010011 10001100
Octal 317 323 214
Decimal 207 211 140
Hex CF D3 8C

RGB Percentages of Color #cfd38c

%37.10
%37.81
%25.09

CMYK Percentages of Color #cfd38c

%2
%0
%34
%17

Triadic Colors of #cfd38c

#cfd38c #8ccfd3 #d38ccf

Analogous Colors of #cfd38c

#cfd38c #acd38c #d3b48c

Monochromatic Colors of #cfd38c

#cfd38c

Complementary Color

#cfd38c #908cd3

#cfd38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd38c Color CSS Codes

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

#cfd38c Text Font Color

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

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


#cfd38c Background Color

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

This div background color is #cfd38c


#cfd38c Border Color

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

This div border color is #cfd38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd38c


Comments

No comments written yet.

Please login to write comment.