Color Hex Logo

#ca991f Color Hex

#CA991F
(202,153,31)
0 Favorites   0 Comments

Color spaces of #ca991f

RGB 20215331
HSL0.120.730.46
HSV43°85°79°
CMYK 0.000.240.85   0.21
XYZ35.995735.43806.2394
Yxy35.43800.46340.4562
Hunter Lab59.52983.755835.4566
CIE-Lab66.08837.920364.4250

#ca991f color RGB value is (202,153,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011001 00011111
Octal 312 231 37
Decimal 202 153 31
Hex CA 99 1F

RGB Percentages of Color #ca991f

%52.33
%39.64
%8.03

CMYK Percentages of Color #ca991f

%0
%24
%85
%21

Triadic Colors of #ca991f

#ca991f #1fca99 #991fca

Analogous Colors of #ca991f

#ca991f #a6ca1f #ca431f

Monochromatic Colors of #ca991f

#ca991f

Complementary Color

#ca991f #1f50ca

#ca991f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca991f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca991f Color CSS Codes

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

#ca991f Text Font Color

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

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


#ca991f Background Color

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

This div background color is #ca991f


#ca991f Border Color

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

This div border color is #ca991f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca991f


Comments

No comments written yet.

Please login to write comment.