Color Hex Logo

#ca923c Color Hex

#CA923C
(202,146,60)
0 Favorites   0 Comments

Color spaces of #ca923c

RGB 20214660
HSL0.100.570.51
HSV36°70°79°
CMYK 0.000.280.70   0.21
XYZ35.451633.44068.8611
Yxy33.44060.45590.4301
Hunter Lab57.82788.231431.3943
CIE-Lab64.516112.865052.1501

#ca923c color RGB value is (202,146,60).

#ca923c hex color red value is 202, green value is 146 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ca923c hue: 0.10 , saturation: 0.57 and the lightness value of ca923c is 0.51.

The process color (four color CMYK) of #ca923c color hex is 0.00, 0.28, 0.70, 0.21. Web safe color of #ca923c is #cc9933. Color #ca923c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010010 00111100
Octal 312 222 74
Decimal 202 146 60
Hex CA 92 3C

RGB Percentages of Color #ca923c

%49.51
%35.78
%14.71

CMYK Percentages of Color #ca923c

%0
%28
%70
%21

Triadic Colors of #ca923c

#ca923c #3cca92 #923cca

Analogous Colors of #ca923c

#ca923c #bbca3c #ca4b3c

Monochromatic Colors of #ca923c

#ca923c

Complementary Color

#ca923c #3c74ca

#ca923c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca923c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca923c Color CSS Codes

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

#ca923c Text Font Color

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

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


#ca923c Background Color

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

This div background color is #ca923c


#ca923c Border Color

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

This div border color is #ca923c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca923c


Comments

No comments written yet.

Please login to write comment.