Color Hex Logo

#cfc39b Color Hex

#CFC39B
(207,195,155)
0 Favorites   0 Comments

Color spaces of #cfc39b

RGB 207195155
HSL0.130.350.71
HSV46°25°81°
CMYK 0.000.060.25   0.19
XYZ51.163654.662238.8646
Yxy54.66220.35360.3778
Hunter Lab73.9339-5.859120.5869
CIE-Lab78.8463-2.085821.6567

#cfc39b color RGB value is (207,195,155).

#cfc39b hex color red value is 207, green value is 195 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cfc39b hue: 0.13 , saturation: 0.35 and the lightness value of cfc39b is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000011 10011011
Octal 317 303 233
Decimal 207 195 155
Hex CF C3 9B

RGB Percentages of Color #cfc39b

%37.16
%35.01
%27.83

CMYK Percentages of Color #cfc39b

%0
%6
%25
%19

Triadic Colors of #cfc39b

#cfc39b #9bcfc3 #c39bcf

Analogous Colors of #cfc39b

#cfc39b #c1cf9b #cfa99b

Monochromatic Colors of #cfc39b

#cfc39b

Complementary Color

#cfc39b #9ba7cf

#cfc39b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc39b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc39b Color CSS Codes

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

#cfc39b Text Font Color

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

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


#cfc39b Background Color

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

This div background color is #cfc39b


#cfc39b Border Color

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

This div border color is #cfc39b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc39b


Comments

No comments written yet.

Please login to write comment.