Color Hex Logo

#cfb7aa Color Hex

#CFB7AA
(207,183,170)
0 Favorites   0 Comments

Color spaces of #cfb7aa

RGB 207183170
HSL0.060.280.74
HSV21°18°81°
CMYK 0.000.120.18   0.19
XYZ49.921350.034745.0567
Yxy50.03470.34430.3450
Hunter Lab70.73522.189611.7483
CIE-Lab76.09066.47349.7390

#cfb7aa color RGB value is (207,183,170).

#cfb7aa hex color red value is 207, green value is 183 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cfb7aa hue: 0.06 , saturation: 0.28 and the lightness value of cfb7aa is 0.74.

The process color (four color CMYK) of #cfb7aa color hex is 0.00, 0.12, 0.18, 0.19. Web safe color of #cfb7aa is #cccc99. Color #cfb7aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110111 10101010
Octal 317 267 252
Decimal 207 183 170
Hex CF B7 AA

RGB Percentages of Color #cfb7aa

%36.96
%32.68
%30.36

CMYK Percentages of Color #cfb7aa

%0
%12
%18
%19

Triadic Colors of #cfb7aa

#cfb7aa #aacfb7 #b7aacf

Analogous Colors of #cfb7aa

#cfb7aa #cfcaaa #cfaab0

Monochromatic Colors of #cfb7aa

#cfb7aa

Complementary Color

#cfb7aa #aac2cf

#cfb7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb7aa Color CSS Codes

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

#cfb7aa Text Font Color

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

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


#cfb7aa Background Color

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

This div background color is #cfb7aa


#cfb7aa Border Color

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

This div border color is #cfb7aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb7aa


Comments

No comments written yet.

Please login to write comment.