Color Hex Logo

#cfb2af Color Hex

#CFB2AF
(207,178,175)
0 Favorites   0 Comments

Color spaces of #cfb2af

RGB 207178175
HSL0.020.250.75
HSV15°81°
CMYK 0.000.140.15   0.19
XYZ49.390448.201347.2581
Yxy48.20130.34100.3328
Hunter Lab69.42725.48728.2411
CIE-Lab74.95179.94705.3867

#cfb2af color RGB value is (207,178,175).

#cfb2af hex color red value is 207, green value is 178 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cfb2af hue: 0.02 , saturation: 0.25 and the lightness value of cfb2af is 0.75.

The process color (four color CMYK) of #cfb2af color hex is 0.00, 0.14, 0.15, 0.19. Web safe color of #cfb2af is #cc9999. Color #cfb2af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110010 10101111
Octal 317 262 257
Decimal 207 178 175
Hex CF B2 AF

RGB Percentages of Color #cfb2af

%36.96
%31.79
%31.25

CMYK Percentages of Color #cfb2af

%0
%14
%15
%19

Triadic Colors of #cfb2af

#cfb2af #afcfb2 #b2afcf

Analogous Colors of #cfb2af

#cfb2af #cfc2af #cfafbc

Monochromatic Colors of #cfb2af

#cfb2af

Complementary Color

#cfb2af #afcccf

#cfb2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb2af Color CSS Codes

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

#cfb2af Text Font Color

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

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


#cfb2af Background Color

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

This div background color is #cfb2af


#cfb2af Border Color

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

This div border color is #cfb2af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb2af


Comments

No comments written yet.

Please login to write comment.