Color Hex Logo

#ca992b Color Hex

#CA992B
(202,153,43)
0 Favorites   0 Comments

Color spaces of #ca992b

RGB 20215343
HSL0.120.650.48
HSV42°79°79°
CMYK 0.000.240.79   0.21
XYZ36.184435.51347.2332
Yxy35.51340.45840.4499
Hunter Lab59.59314.095634.5188
CIE-Lab66.14648.300660.6315

#ca992b color RGB value is (202,153,43).

#ca992b hex color red value is 202, green value is 153 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ca992b hue: 0.12 , saturation: 0.65 and the lightness value of ca992b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011001 00101011
Octal 312 231 53
Decimal 202 153 43
Hex CA 99 2B

RGB Percentages of Color #ca992b

%50.75
%38.44
%10.80

CMYK Percentages of Color #ca992b

%0
%24
%79
%21

Triadic Colors of #ca992b

#ca992b #2bca99 #992bca

Analogous Colors of #ca992b

#ca992b #acca2b #ca4a2b

Monochromatic Colors of #ca992b

#ca992b

Complementary Color

#ca992b #2b5cca

#ca992b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca992b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca992b Color CSS Codes

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

#ca992b Text Font Color

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

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


#ca992b Background Color

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

This div background color is #ca992b


#ca992b Border Color

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

This div border color is #ca992b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca992b


Comments

No comments written yet.

Please login to write comment.