Color Hex Logo

#ca981d Color Hex

#CA981D
(202,152,29)
0 Favorites   0 Comments

Color spaces of #ca981d

RGB 20215229
HSL0.120.750.45
HSV43°86°79°
CMYK 0.000.250.86   0.21
XYZ35.807135.10176.0505
Yxy35.10170.46530.4561
Hunter Lab59.24674.198935.4178
CIE-Lab65.82788.410364.7620

#ca981d color RGB value is (202,152,29).

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

The process color (four color CMYK) of #ca981d color hex is 0.00, 0.25, 0.86, 0.21. Web safe color of #ca981d is #cc9933. Color #ca981d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011000 00011101
Octal 312 230 35
Decimal 202 152 29
Hex CA 98 1D

RGB Percentages of Color #ca981d

%52.74
%39.69
%7.57

CMYK Percentages of Color #ca981d

%0
%25
%86
%21

Triadic Colors of #ca981d

#ca981d #1dca98 #981dca

Analogous Colors of #ca981d

#ca981d #a6ca1d #ca421d

Monochromatic Colors of #ca981d

#ca981d

Complementary Color

#ca981d #1d4fca

#ca981d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca981d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca981d Color CSS Codes

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

#ca981d Text Font Color

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

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


#ca981d Background Color

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

This div background color is #ca981d


#ca981d Border Color

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

This div border color is #ca981d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca981d


Comments

No comments written yet.

Please login to write comment.