Color Hex Logo

#ca940f Color Hex

#CA940F
(202,148,15)
0 Favorites   0 Comments

Color spaces of #ca940f

RGB 20214815
HSL0.120.860.43
HSV43°93°79°
CMYK 0.000.270.93   0.21
XYZ35.033233.77095.1239
Yxy33.77090.47390.4568
Hunter Lab58.11275.911235.4512
CIE-Lab64.780310.304667.0698

#ca940f color RGB value is (202,148,15).

#ca940f hex color red value is 202, green value is 148 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ca940f hue: 0.12 , saturation: 0.86 and the lightness value of ca940f is 0.43.

The process color (four color CMYK) of #ca940f color hex is 0.00, 0.27, 0.93, 0.21. Web safe color of #ca940f is #cc9900. Color #ca940f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010100 00001111
Octal 312 224 17
Decimal 202 148 15
Hex CA 94 F

RGB Percentages of Color #ca940f

%55.34
%40.55
%4.11

CMYK Percentages of Color #ca940f

%0
%27
%93
%21

Triadic Colors of #ca940f

#ca940f #0fca94 #940fca

Analogous Colors of #ca940f

#ca940f #a3ca0f #ca370f

Monochromatic Colors of #ca940f

#ca940f

Complementary Color

#ca940f #0f45ca

#ca940f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca940f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca940f Color CSS Codes

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

#ca940f Text Font Color

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

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


#ca940f Background Color

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

This div background color is #ca940f


#ca940f Border Color

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

This div border color is #ca940f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca940f


Comments

No comments written yet.

Please login to write comment.