Color Hex Logo

#cfa83d Color Hex

#CFA83D
(207,168,61)
0 Favorites   0 Comments

Color spaces of #cfa83d

RGB 20716861
HSL0.120.600.53
HSV44°71°81°
CMYK 0.000.190.71   0.19
XYZ40.577141.607610.3073
Yxy41.60760.43870.4499
Hunter Lab64.5040-0.594035.6786
CIE-Lab70.59953.213958.1592

#cfa83d color RGB value is (207,168,61).

#cfa83d hex color red value is 207, green value is 168 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cfa83d hue: 0.12 , saturation: 0.60 and the lightness value of cfa83d is 0.53.

The process color (four color CMYK) of #cfa83d color hex is 0.00, 0.19, 0.71, 0.19. Web safe color of #cfa83d is #cc9933. Color #cfa83d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101000 00111101
Octal 317 250 75
Decimal 207 168 61
Hex CF A8 3D

RGB Percentages of Color #cfa83d

%47.48
%38.53
%13.99

CMYK Percentages of Color #cfa83d

%0
%19
%71
%19

Triadic Colors of #cfa83d

#cfa83d #3dcfa8 #a83dcf

Analogous Colors of #cfa83d

#cfa83d #adcf3d #cf5f3d

Monochromatic Colors of #cfa83d

#cfa83d

Complementary Color

#cfa83d #3d64cf

#cfa83d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa83d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa83d Color CSS Codes

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

#cfa83d Text Font Color

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

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


#cfa83d Background Color

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

This div background color is #cfa83d


#cfa83d Border Color

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

This div border color is #cfa83d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa83d


Comments

No comments written yet.

Please login to write comment.