Color Hex Logo

#ca942b Color Hex

#CA942B
(202,148,43)
0 Favorites   0 Comments

Color spaces of #ca942b

RGB 20214843
HSL0.110.650.48
HSV40°79°79°
CMYK 0.000.270.79   0.21
XYZ35.383133.91086.9660
Yxy33.91080.46400.4447
Hunter Lab58.23306.551233.6706
CIE-Lab64.891711.014059.4781

#ca942b color RGB value is (202,148,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010100 00101011
Octal 312 224 53
Decimal 202 148 43
Hex CA 94 2B

RGB Percentages of Color #ca942b

%51.40
%37.66
%10.94

CMYK Percentages of Color #ca942b

%0
%27
%79
%21

Triadic Colors of #ca942b

#ca942b #2bca94 #942bca

Analogous Colors of #ca942b

#ca942b #b1ca2b #ca452b

Monochromatic Colors of #ca942b

#ca942b

Complementary Color

#ca942b #2b61ca

#ca942b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca942b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca942b Color CSS Codes

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

#ca942b Text Font Color

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

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


#ca942b Background Color

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

This div background color is #ca942b


#ca942b Border Color

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

This div border color is #ca942b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca942b


Comments

No comments written yet.

Please login to write comment.