Color Hex Logo

#cfa058 Color Hex

#CFA058
(207,160,88)
0 Favorites   0 Comments

Color spaces of #cfa058

RGB 20716088
HSL0.100.550.58
HSV36°57°81°
CMYK 0.000.230.57   0.19
XYZ40.064439.111614.6702
Yxy39.11160.42690.4168
Hunter Lab62.53934.908429.8695
CIE-Lab68.83209.240143.7311

#cfa058 color RGB value is (207,160,88).

#cfa058 hex color red value is 207, green value is 160 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #cfa058 hue: 0.10 , saturation: 0.55 and the lightness value of cfa058 is 0.58.

The process color (four color CMYK) of #cfa058 color hex is 0.00, 0.23, 0.57, 0.19. Web safe color of #cfa058 is #cc9966. Color #cfa058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100000 01011000
Octal 317 240 130
Decimal 207 160 88
Hex CF A0 58

RGB Percentages of Color #cfa058

%45.49
%35.16
%19.34

CMYK Percentages of Color #cfa058

%0
%23
%57
%19

Triadic Colors of #cfa058

#cfa058 #58cfa0 #a058cf

Analogous Colors of #cfa058

#cfa058 #c3cf58 #cf6558

Monochromatic Colors of #cfa058

#cfa058

Complementary Color

#cfa058 #5887cf

#cfa058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa058 Color CSS Codes

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

#cfa058 Text Font Color

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

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


#cfa058 Background Color

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

This div background color is #cfa058


#cfa058 Border Color

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

This div border color is #cfa058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa058


Comments

No comments written yet.

Please login to write comment.