Color Hex Logo

#ca984d Color Hex

#CA984D
(202,152,77)
0 Favorites   0 Comments

Color spaces of #ca984d

RGB 20215277
HSL0.100.540.55
HSV36°62°79°
CMYK 0.000.250.62   0.21
XYZ36.924935.548911.9366
Yxy35.54890.43740.4211
Hunter Lab59.62296.206329.8661
CIE-Lab66.173810.638045.9588

#ca984d color RGB value is (202,152,77).

#ca984d hex color red value is 202, green value is 152 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ca984d hue: 0.10 , saturation: 0.54 and the lightness value of ca984d is 0.55.

The process color (four color CMYK) of #ca984d color hex is 0.00, 0.25, 0.62, 0.21. Web safe color of #ca984d is #cc9966. Color #ca984d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011000 01001101
Octal 312 230 115
Decimal 202 152 77
Hex CA 98 4D

RGB Percentages of Color #ca984d

%46.87
%35.27
%17.87

CMYK Percentages of Color #ca984d

%0
%25
%62
%21

Triadic Colors of #ca984d

#ca984d #4dca98 #984dca

Analogous Colors of #ca984d

#ca984d #beca4d #ca5a4d

Monochromatic Colors of #ca984d

#ca984d

Complementary Color

#ca984d #4d7fca

#ca984d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca984d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca984d Color CSS Codes

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

#ca984d Text Font Color

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

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


#ca984d Background Color

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

This div background color is #ca984d


#ca984d Border Color

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

This div border color is #ca984d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca984d


Comments

No comments written yet.

Please login to write comment.