Color Hex Logo

#cfa253 Color Hex

#CFA253
(207,162,83)
0 Favorites   0 Comments

Color spaces of #cfa253

RGB 20716283
HSL0.110.560.57
HSV38°60°81°
CMYK 0.000.220.60   0.19
XYZ40.213839.730613.7329
Yxy39.73060.42930.4241
Hunter Lab63.03223.574531.2050
CIE-Lab69.27727.786646.7305

#cfa253 color RGB value is (207,162,83).

#cfa253 hex color red value is 207, green value is 162 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #cfa253 hue: 0.11 , saturation: 0.56 and the lightness value of cfa253 is 0.57.

The process color (four color CMYK) of #cfa253 color hex is 0.00, 0.22, 0.60, 0.19. Web safe color of #cfa253 is #cc9966. Color #cfa253 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100010 01010011
Octal 317 242 123
Decimal 207 162 83
Hex CF A2 53

RGB Percentages of Color #cfa253

%45.80
%35.84
%18.36

CMYK Percentages of Color #cfa253

%0
%22
%60
%19

Triadic Colors of #cfa253

#cfa253 #53cfa2 #a253cf

Analogous Colors of #cfa253

#cfa253 #becf53 #cf6453

Monochromatic Colors of #cfa253

#cfa253

Complementary Color

#cfa253 #5380cf

#cfa253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa253 Color CSS Codes

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

#cfa253 Text Font Color

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

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


#cfa253 Background Color

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

This div background color is #cfa253


#cfa253 Border Color

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

This div border color is #cfa253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa253


Comments

No comments written yet.

Please login to write comment.