Color Hex Logo

#cfa377 Color Hex

#CFA377
(207,163,119)
0 Favorites   0 Comments

Color spaces of #cfa377

RGB 207163119
HSL0.080.480.64
HSV30°43°81°
CMYK 0.000.210.43   0.19
XYZ42.159140.791723.1043
Yxy40.79170.39750.3846
Hunter Lab63.86846.057023.2598
CIE-Lab70.029710.500529.0362

#cfa377 color RGB value is (207,163,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100011 01110111
Octal 317 243 167
Decimal 207 163 119
Hex CF A3 77

RGB Percentages of Color #cfa377

%42.33
%33.33
%24.34

CMYK Percentages of Color #cfa377

%0
%21
%43
%19

Triadic Colors of #cfa377

#cfa377 #77cfa3 #a377cf

Analogous Colors of #cfa377

#cfa377 #cfcf77 #cf7777

Monochromatic Colors of #cfa377

#cfa377

Complementary Color

#cfa377 #77a3cf

#cfa377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa377 Color CSS Codes

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

#cfa377 Text Font Color

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

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


#cfa377 Background Color

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

This div background color is #cfa377


#cfa377 Border Color

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

This div border color is #cfa377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa377


Comments

No comments written yet.

Please login to write comment.