Color Hex Logo

#cca27e Color Hex

#CCA27E
(204,162,126)
0 Favorites   0 Comments

Color spaces of #cca27e

RGB 204162126
HSL0.080.430.65
HSV28°38°80°
CMYK 0.000.210.38   0.20
XYZ41.588140.184425.3031
Yxy40.18440.38840.3753
Hunter Lab63.39126.171320.7077
CIE-Lab69.600710.620624.6262

#cca27e color RGB value is (204,162,126).

#cca27e hex color red value is 204, green value is 162 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cca27e hue: 0.08 , saturation: 0.43 and the lightness value of cca27e is 0.65.

The process color (four color CMYK) of #cca27e color hex is 0.00, 0.21, 0.38, 0.20. Web safe color of #cca27e is #cc9966. Color #cca27e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100010 01111110
Octal 314 242 176
Decimal 204 162 126
Hex CC A2 7E

RGB Percentages of Color #cca27e

%41.46
%32.93
%25.61

CMYK Percentages of Color #cca27e

%0
%21
%38
%20

Triadic Colors of #cca27e

#cca27e #7ecca2 #a27ecc

Analogous Colors of #cca27e

#cca27e #ccc97e #cc7e81

Monochromatic Colors of #cca27e

#cca27e

Complementary Color

#cca27e #7ea8cc

#cca27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca27e Color CSS Codes

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

#cca27e Text Font Color

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

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


#cca27e Background Color

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

This div background color is #cca27e


#cca27e Border Color

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

This div border color is #cca27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca27e


Comments

No comments written yet.

Please login to write comment.