Color Hex Logo

#cfa153 Color Hex

#CFA153
(207,161,83)
0 Favorites   0 Comments

Color spaces of #cfa153

RGB 20716183
HSL0.100.560.57
HSV38°60°81°
CMYK 0.000.220.60   0.19
XYZ40.038339.379713.6744
Yxy39.37970.43010.4230
Hunter Lab62.75324.069731.0075
CIE-Lab69.02548.325146.4390

#cfa153 color RGB value is (207,161,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100001 01010011
Octal 317 241 123
Decimal 207 161 83
Hex CF A1 53

RGB Percentages of Color #cfa153

%45.90
%35.70
%18.40

CMYK Percentages of Color #cfa153

%0
%22
%60
%19

Triadic Colors of #cfa153

#cfa153 #53cfa1 #a153cf

Analogous Colors of #cfa153

#cfa153 #bfcf53 #cf6353

Monochromatic Colors of #cfa153

#cfa153

Complementary Color

#cfa153 #5381cf

#cfa153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa153 Color CSS Codes

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

#cfa153 Text Font Color

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

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


#cfa153 Background Color

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

This div background color is #cfa153


#cfa153 Border Color

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

This div border color is #cfa153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa153


Comments

No comments written yet.

Please login to write comment.