Color Hex Logo

#cfa838 Color Hex

#CFA838
(207,168,56)
0 Favorites   0 Comments

Color spaces of #cfa838

RGB 20716856
HSL0.120.610.52
HSV45°73°81°
CMYK 0.000.190.73   0.19
XYZ40.448641.55629.6307
Yxy41.55620.44140.4535
Hunter Lab64.4641-0.810736.2672
CIE-Lab70.56392.969960.1375

#cfa838 color RGB value is (207,168,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101000 00111000
Octal 317 250 70
Decimal 207 168 56
Hex CF A8 38

RGB Percentages of Color #cfa838

%48.03
%38.98
%12.99

CMYK Percentages of Color #cfa838

%0
%19
%73
%19

Triadic Colors of #cfa838

#cfa838 #38cfa8 #a838cf

Analogous Colors of #cfa838

#cfa838 #abcf38 #cf5d38

Monochromatic Colors of #cfa838

#cfa838

Complementary Color

#cfa838 #385fcf

#cfa838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa838 Color CSS Codes

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

#cfa838 Text Font Color

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

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


#cfa838 Background Color

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

This div background color is #cfa838


#cfa838 Border Color

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

This div border color is #cfa838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa838


Comments

No comments written yet.

Please login to write comment.