Color Hex Logo

#cca27d Color Hex

#CCA27D
(204,162,125)
0 Favorites   0 Comments

Color spaces of #cca27d

RGB 204162125
HSL0.080.440.65
HSV28°39°80°
CMYK 0.000.210.39   0.20
XYZ41.523840.158724.9649
Yxy40.15870.38940.3766
Hunter Lab63.37096.063121.0024
CIE-Lab69.582410.503525.1450

#cca27d color RGB value is (204,162,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100010 01111101
Octal 314 242 175
Decimal 204 162 125
Hex CC A2 7D

RGB Percentages of Color #cca27d

%41.55
%32.99
%25.46

CMYK Percentages of Color #cca27d

%0
%21
%39
%20

Triadic Colors of #cca27d

#cca27d #7dcca2 #a27dcc

Analogous Colors of #cca27d

#cca27d #ccca7d #cc7d80

Monochromatic Colors of #cca27d

#cca27d

Complementary Color

#cca27d #7da7cc

#cca27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca27d Color CSS Codes

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

#cca27d Text Font Color

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

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


#cca27d Background Color

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

This div background color is #cca27d


#cca27d Border Color

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

This div border color is #cca27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca27d


Comments

No comments written yet.

Please login to write comment.