Color Hex Logo

#ca994b Color Hex

#CA994B
(202,153,75)
0 Favorites   0 Comments

Color spaces of #ca994b

RGB 20215375
HSL0.100.550.54
HSV37°63°79°
CMYK 0.000.240.63   0.21
XYZ37.018435.847011.6247
Yxy35.84700.43810.4243
Hunter Lab59.87245.587930.3990
CIE-Lab66.40299.958447.1948

#ca994b color RGB value is (202,153,75).

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

The process color (four color CMYK) of #ca994b color hex is 0.00, 0.24, 0.63, 0.21. Web safe color of #ca994b is #cc9933. Color #ca994b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011001 01001011
Octal 312 231 113
Decimal 202 153 75
Hex CA 99 4B

RGB Percentages of Color #ca994b

%46.98
%35.58
%17.44

CMYK Percentages of Color #ca994b

%0
%24
%63
%21

Triadic Colors of #ca994b

#ca994b #4bca99 #994bca

Analogous Colors of #ca994b

#ca994b #bcca4b #ca5a4b

Monochromatic Colors of #ca994b

#ca994b

Complementary Color

#ca994b #4b7cca

#ca994b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca994b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca994b Color CSS Codes

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

#ca994b Text Font Color

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

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


#ca994b Background Color

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

This div background color is #ca994b


#ca994b Border Color

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

This div border color is #ca994b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca994b


Comments

No comments written yet.

Please login to write comment.