Color Hex Logo

#cfb277 Color Hex

#CFB277
(207,178,119)
0 Favorites   0 Comments

Color spaces of #cfb277

RGB 207178119
HSL0.110.480.64
HSV40°43°81°
CMYK 0.000.140.43   0.19
XYZ44.982346.438124.0454
Yxy46.43810.38960.4022
Hunter Lab68.1455-1.428226.7812
CIE-Lab73.82892.453233.9883

#cfb277 color RGB value is (207,178,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110010 01110111
Octal 317 262 167
Decimal 207 178 119
Hex CF B2 77

RGB Percentages of Color #cfb277

%41.07
%35.32
%23.61

CMYK Percentages of Color #cfb277

%0
%14
%43
%19

Triadic Colors of #cfb277

#cfb277 #77cfb2 #b277cf

Analogous Colors of #cfb277

#cfb277 #c0cf77 #cf8677

Monochromatic Colors of #cfb277

#cfb277

Complementary Color

#cfb277 #7794cf

#cfb277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb277 Color CSS Codes

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

#cfb277 Text Font Color

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

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


#cfb277 Background Color

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

This div background color is #cfb277


#cfb277 Border Color

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

This div border color is #cfb277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb277


Comments

No comments written yet.

Please login to write comment.