Color Hex Logo

#ca991e Color Hex

#CA991E
(202,153,30)
0 Favorites   0 Comments

Color spaces of #ca991e

RGB 20215330
HSL0.120.740.45
HSV43°85°79°
CMYK 0.000.240.85   0.21
XYZ35.982735.43286.1710
Yxy35.43280.46380.4567
Hunter Lab59.52553.732435.5212
CIE-Lab66.08427.894164.7009

#ca991e color RGB value is (202,153,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011001 00011110
Octal 312 231 36
Decimal 202 153 30
Hex CA 99 1E

RGB Percentages of Color #ca991e

%52.47
%39.74
%7.79

CMYK Percentages of Color #ca991e

%0
%24
%85
%21

Triadic Colors of #ca991e

#ca991e #1eca99 #991eca

Analogous Colors of #ca991e

#ca991e #a5ca1e #ca431e

Monochromatic Colors of #ca991e

#ca991e

Complementary Color

#ca991e #1e4fca

#ca991e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca991e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca991e Color CSS Codes

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

#ca991e Text Font Color

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

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


#ca991e Background Color

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

This div background color is #ca991e


#ca991e Border Color

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

This div border color is #ca991e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca991e


Comments

No comments written yet.

Please login to write comment.