Color Hex Logo

#ca974f Color Hex

#CA974F
(202,151,79)
0 Favorites   0 Comments

Color spaces of #ca974f

RGB 20215179
HSL0.100.540.55
HSV35°61°79°
CMYK 0.000.250.61   0.21
XYZ36.835035.254312.2605
Yxy35.25430.43670.4180
Hunter Lab59.37536.830229.3199
CIE-Lab65.946211.322844.7083

#ca974f color RGB value is (202,151,79).

#ca974f hex color red value is 202, green value is 151 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ca974f hue: 0.10 , saturation: 0.54 and the lightness value of ca974f is 0.55.

The process color (four color CMYK) of #ca974f color hex is 0.00, 0.25, 0.61, 0.21. Web safe color of #ca974f is #cc9966. Color #ca974f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010111 01001111
Octal 312 227 117
Decimal 202 151 79
Hex CA 97 4F

RGB Percentages of Color #ca974f

%46.76
%34.95
%18.29

CMYK Percentages of Color #ca974f

%0
%25
%61
%21

Triadic Colors of #ca974f

#ca974f #4fca97 #974fca

Analogous Colors of #ca974f

#ca974f #c0ca4f #ca5a4f

Monochromatic Colors of #ca974f

#ca974f

Complementary Color

#ca974f #4f82ca

#ca974f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca974f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca974f Color CSS Codes

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

#ca974f Text Font Color

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

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


#ca974f Background Color

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

This div background color is #ca974f


#ca974f Border Color

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

This div border color is #ca974f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,151,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca974f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca974f;
  -webkit-box-shadow: 1px 1px 3px 2px #ca974f;
  box-shadow:         1px 1px 3px 2px #ca974f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,151,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca974f


Comments

No comments written yet.

Please login to write comment.