Color Hex Logo

#cfb275 Color Hex

#CFB275
(207,178,117)
0 Favorites   0 Comments

Color spaces of #cfb275

RGB 207178117
HSL0.110.480.64
HSV41°43°81°
CMYK 0.000.140.43   0.19
XYZ44.863446.390523.4193
Yxy46.39050.39120.4045
Hunter Lab68.1106-1.618327.2910
CIE-Lab73.79822.241934.9938

#cfb275 color RGB value is (207,178,117).

#cfb275 hex color red value is 207, green value is 178 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #cfb275 hue: 0.11 , saturation: 0.48 and the lightness value of cfb275 is 0.64.

The process color (four color CMYK) of #cfb275 color hex is 0.00, 0.14, 0.43, 0.19. Web safe color of #cfb275 is #cc9966. Color #cfb275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110010 01110101
Octal 317 262 165
Decimal 207 178 117
Hex CF B2 75

RGB Percentages of Color #cfb275

%41.24
%35.46
%23.31

CMYK Percentages of Color #cfb275

%0
%14
%43
%19

Triadic Colors of #cfb275

#cfb275 #75cfb2 #b275cf

Analogous Colors of #cfb275

#cfb275 #bfcf75 #cf8575

Monochromatic Colors of #cfb275

#cfb275

Complementary Color

#cfb275 #7592cf

#cfb275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb275 Color CSS Codes

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

#cfb275 Text Font Color

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

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


#cfb275 Background Color

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

This div background color is #cfb275


#cfb275 Border Color

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

This div border color is #cfb275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb275


Comments

No comments written yet.

Please login to write comment.