Color Hex Logo

#cca627 Color Hex

#CCA627
(204,166,39)
0 Favorites   0 Comments

Color spaces of #cca627

RGB 20416639
HSL0.130.680.48
HSV46°81°80°
CMYK 0.000.190.81   0.20
XYZ38.904340.25637.6392
Yxy40.25630.44820.4638
Hunter Lab63.4479-1.583037.2749
CIE-Lab69.65172.053165.1870

#cca627 color RGB value is (204,166,39).

#cca627 hex color red value is 204, green value is 166 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #cca627 hue: 0.13 , saturation: 0.68 and the lightness value of cca627 is 0.48.

The process color (four color CMYK) of #cca627 color hex is 0.00, 0.19, 0.81, 0.20. Web safe color of #cca627 is #cc9933. Color #cca627 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100110 00100111
Octal 314 246 47
Decimal 204 166 39
Hex CC A6 27

RGB Percentages of Color #cca627

%49.88
%40.59
%9.54

CMYK Percentages of Color #cca627

%0
%19
%81
%20

Triadic Colors of #cca627

#cca627 #27cca6 #a627cc

Analogous Colors of #cca627

#cca627 #a0cc27 #cc5327

Monochromatic Colors of #cca627

#cca627

Complementary Color

#cca627 #274dcc

#cca627 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca627 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca627 Color CSS Codes

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

#cca627 Text Font Color

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

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


#cca627 Background Color

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

This div background color is #cca627


#cca627 Border Color

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

This div border color is #cca627


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca627


Comments

No comments written yet.

Please login to write comment.