Color Hex Logo

#cfc69b Color Hex

#CFC69B
(207,198,155)
0 Favorites   0 Comments

Color spaces of #cfc69b

RGB 207198155
HSL0.140.350.71
HSV50°25°81°
CMYK 0.000.040.25   0.19
XYZ51.842656.020139.0909
Yxy56.02010.35280.3812
Hunter Lab74.8466-7.343221.4266
CIE-Lab79.6253-3.652122.7250

#cfc69b color RGB value is (207,198,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000110 10011011
Octal 317 306 233
Decimal 207 198 155
Hex CF C6 9B

RGB Percentages of Color #cfc69b

%36.96
%35.36
%27.68

CMYK Percentages of Color #cfc69b

%0
%4
%25
%19

Triadic Colors of #cfc69b

#cfc69b #9bcfc6 #c69bcf

Analogous Colors of #cfc69b

#cfc69b #becf9b #cfac9b

Monochromatic Colors of #cfc69b

#cfc69b

Complementary Color

#cfc69b #9ba4cf

#cfc69b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc69b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc69b Color CSS Codes

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

#cfc69b Text Font Color

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

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


#cfc69b Background Color

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

This div background color is #cfc69b


#cfc69b Border Color

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

This div border color is #cfc69b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc69b


Comments

No comments written yet.

Please login to write comment.