Color Hex Logo

#cfc38c Color Hex

#CFC38C
(207,195,140)
0 Favorites   0 Comments

Color spaces of #cfc38c

RGB 207195140
HSL0.140.410.68
HSV49°32°81°
CMYK 0.000.060.32   0.19
XYZ49.980954.189132.6362
Yxy54.18910.36530.3961
Hunter Lab73.6132-7.627725.2432
CIE-Lab78.5719-4.061529.2076

#cfc38c color RGB value is (207,195,140).

#cfc38c hex color red value is 207, green value is 195 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #cfc38c hue: 0.14 , saturation: 0.41 and the lightness value of cfc38c is 0.68.

The process color (four color CMYK) of #cfc38c color hex is 0.00, 0.06, 0.32, 0.19. Web safe color of #cfc38c is #cccc99. Color #cfc38c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000011 10001100
Octal 317 303 214
Decimal 207 195 140
Hex CF C3 8C

RGB Percentages of Color #cfc38c

%38.19
%35.98
%25.83

CMYK Percentages of Color #cfc38c

%0
%6
%32
%19

Triadic Colors of #cfc38c

#cfc38c #8ccfc3 #c38ccf

Analogous Colors of #cfc38c

#cfc38c #bacf8c #cfa28c

Monochromatic Colors of #cfc38c

#cfc38c

Complementary Color

#cfc38c #8c98cf

#cfc38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc38c Color CSS Codes

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

#cfc38c Text Font Color

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

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


#cfc38c Background Color

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

This div background color is #cfc38c


#cfc38c Border Color

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

This div border color is #cfc38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc38c


Comments

No comments written yet.

Please login to write comment.