Color Hex Logo

#ca980d Color Hex

#CA980D
(202,152,13)
0 Favorites   0 Comments

Color spaces of #ca980d

RGB 20215213
HSL0.120.880.42
HSV44°94°79°
CMYK 0.000.250.94   0.21
XYZ35.658035.04215.2652
Yxy35.04210.46940.4613
Hunter Lab59.19643.929136.1639
CIE-Lab65.78148.108168.1381

#ca980d color RGB value is (202,152,13).

#ca980d hex color red value is 202, green value is 152 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ca980d hue: 0.12 , saturation: 0.88 and the lightness value of ca980d is 0.42.

The process color (four color CMYK) of #ca980d color hex is 0.00, 0.25, 0.94, 0.21. Web safe color of #ca980d is #cc9900. Color #ca980d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011000 00001101
Octal 312 230 15
Decimal 202 152 13
Hex CA 98 D

RGB Percentages of Color #ca980d

%55.04
%41.42
%3.54

CMYK Percentages of Color #ca980d

%0
%25
%94
%21

Triadic Colors of #ca980d

#ca980d #0dca98 #980dca

Analogous Colors of #ca980d

#ca980d #9eca0d #ca3a0d

Monochromatic Colors of #ca980d

#ca980d

Complementary Color

#ca980d #0d3fca

#ca980d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca980d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca980d Color CSS Codes

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

#ca980d Text Font Color

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

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


#ca980d Background Color

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

This div background color is #ca980d


#ca980d Border Color

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

This div border color is #ca980d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca980d


Comments

No comments written yet.

Please login to write comment.