Color Hex Logo

#ca9430 Color Hex

#CA9430
(202,148,48)
0 Favorites   0 Comments

Color spaces of #ca9430

RGB 20214848
HSL0.110.620.49
HSV39°76°79°
CMYK 0.000.270.76   0.21
XYZ35.480533.94987.4792
Yxy33.94980.46130.4414
Hunter Lab58.26656.728633.1759
CIE-Lab64.922711.210157.6135

#ca9430 color RGB value is (202,148,48).

#ca9430 hex color red value is 202, green value is 148 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ca9430 hue: 0.11 , saturation: 0.62 and the lightness value of ca9430 is 0.49.

The process color (four color CMYK) of #ca9430 color hex is 0.00, 0.27, 0.76, 0.21. Web safe color of #ca9430 is #cc9933. Color #ca9430 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010100 00110000
Octal 312 224 60
Decimal 202 148 48
Hex CA 94 30

RGB Percentages of Color #ca9430

%50.75
%37.19
%12.06

CMYK Percentages of Color #ca9430

%0
%27
%76
%21

Triadic Colors of #ca9430

#ca9430 #30ca94 #9430ca

Analogous Colors of #ca9430

#ca9430 #b3ca30 #ca4730

Monochromatic Colors of #ca9430

#ca9430

Complementary Color

#ca9430 #3066ca

#ca9430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9430 Color CSS Codes

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

#ca9430 Text Font Color

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

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


#ca9430 Background Color

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

This div background color is #ca9430


#ca9430 Border Color

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

This div border color is #ca9430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9430


Comments

No comments written yet.

Please login to write comment.