Color Hex Logo

#cca18a Color Hex

#CCA18A
(204,161,138)
0 Favorites   0 Comments

Color spaces of #cca18a

RGB 204161138
HSL0.060.390.67
HSV21°32°80°
CMYK 0.000.210.32   0.20
XYZ42.234240.162129.5708
Yxy40.16210.37720.3587
Hunter Lab63.37368.054416.6961
CIE-Lab69.584812.644518.0418

#cca18a color RGB value is (204,161,138).

#cca18a hex color red value is 204, green value is 161 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cca18a hue: 0.06 , saturation: 0.39 and the lightness value of cca18a is 0.67.

The process color (four color CMYK) of #cca18a color hex is 0.00, 0.21, 0.32, 0.20. Web safe color of #cca18a is #cc9999. Color #cca18a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100001 10001010
Octal 314 241 212
Decimal 204 161 138
Hex CC A1 8A

RGB Percentages of Color #cca18a

%40.56
%32.01
%27.44

CMYK Percentages of Color #cca18a

%0
%21
%32
%20

Triadic Colors of #cca18a

#cca18a #8acca1 #a18acc

Analogous Colors of #cca18a

#cca18a #ccc28a #cc8a94

Monochromatic Colors of #cca18a

#cca18a

Complementary Color

#cca18a #8ab5cc

#cca18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca18a Color CSS Codes

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

#cca18a Text Font Color

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

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


#cca18a Background Color

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

This div background color is #cca18a


#cca18a Border Color

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

This div border color is #cca18a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,161,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cca18a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cca18a;
  -webkit-box-shadow: 1px 1px 3px 2px #cca18a;
  box-shadow:         1px 1px 3px 2px #cca18a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,161,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca18a


Comments

No comments written yet.

Please login to write comment.