Color Hex Logo

#ca9435 Color Hex

#CA9435
(202,148,53)
0 Favorites   0 Comments

Color spaces of #ca9435

RGB 20214853
HSL0.110.580.50
HSV38°74°79°
CMYK 0.000.270.74   0.21
XYZ35.589633.99348.0538
Yxy33.99340.45840.4379
Hunter Lab58.30396.927532.6227
CIE-Lab64.957311.429555.6272

#ca9435 color RGB value is (202,148,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010100 00110101
Octal 312 224 65
Decimal 202 148 53
Hex CA 94 35

RGB Percentages of Color #ca9435

%50.12
%36.72
%13.15

CMYK Percentages of Color #ca9435

%0
%27
%74
%21

Triadic Colors of #ca9435

#ca9435 #35ca94 #9435ca

Analogous Colors of #ca9435

#ca9435 #b6ca35 #ca4a35

Monochromatic Colors of #ca9435

#ca9435

Complementary Color

#ca9435 #356bca

#ca9435 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9435 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9435 Color CSS Codes

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

#ca9435 Text Font Color

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

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


#ca9435 Background Color

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

This div background color is #ca9435


#ca9435 Border Color

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

This div border color is #ca9435


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9435


Comments

No comments written yet.

Please login to write comment.