Color Hex Logo

#ca9638 Color Hex

#CA9638
(202,150,56)
0 Favorites   0 Comments

Color spaces of #ca9638

RGB 20215056
HSL0.110.580.51
HSV39°72°79°
CMYK 0.000.260.72   0.21
XYZ35.977334.65488.5342
Yxy34.65480.45450.4377
Hunter Lab58.86836.070532.6125
CIE-Lab65.479010.484754.8895

#ca9638 color RGB value is (202,150,56).

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

The process color (four color CMYK) of #ca9638 color hex is 0.00, 0.26, 0.72, 0.21. Web safe color of #ca9638 is #cc9933. Color #ca9638 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010110 00111000
Octal 312 226 70
Decimal 202 150 56
Hex CA 96 38

RGB Percentages of Color #ca9638

%49.51
%36.76
%13.73

CMYK Percentages of Color #ca9638

%0
%26
%72
%21

Triadic Colors of #ca9638

#ca9638 #38ca96 #9638ca

Analogous Colors of #ca9638

#ca9638 #b5ca38 #ca4d38

Monochromatic Colors of #ca9638

#ca9638

Complementary Color

#ca9638 #386cca

#ca9638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9638 Color CSS Codes

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

#ca9638 Text Font Color

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

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


#ca9638 Background Color

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

This div background color is #ca9638


#ca9638 Border Color

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

This div border color is #ca9638


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9638


Comments

No comments written yet.

Please login to write comment.