Color Hex Logo

#cca01d Color Hex Lemon Curry

#CCA01D
(204,160,29)
1 Favorites   0 Comments

Color spaces of #cca01d Lemon Curry

RGB 20416029
HSL0.120.750.46
HSV45°86°80°
CMYK 0.000.220.86   0.20
XYZ37.694438.06776.5235
Yxy38.06770.45810.4626
Hunter Lab61.69901.079536.9205
CIE-Lab68.07054.979666.6896

#cca01d color RGB value is (204,160,29). #cca01d color name is Lemon Curry color.

#cca01d hex color red value is 204, green value is 160 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cca01d hue: 0.12 , saturation: 0.75 and the lightness value of cca01d is 0.46.

The process color (four color CMYK) of #cca01d color hex is 0.00, 0.22, 0.86, 0.20. Web safe color of #cca01d is #cc9933. Color #cca01d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100000 00011101
Octal 314 240 35
Decimal 204 160 29
Hex CC A0 1D

RGB Percentages of Color #cca01d

%51.91
%40.71
%7.38

CMYK Percentages of Color #cca01d

%0
%22
%86
%20

Triadic Colors of #cca01d

#cca01d #1dcca0 #a01dcc

Analogous Colors of #cca01d

#cca01d #a1cc1d #cc491d

Monochromatic Colors of #cca01d

#cca01d

Complementary Color

#cca01d #1d49cc

#cca01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca01d Color CSS Codes

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

#cca01d Text Font Color

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

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


#cca01d Background Color

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

This div background color is #cca01d


#cca01d Border Color

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

This div border color is #cca01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca01d

#cca01d Color Palettes


Comments

No comments written yet.

Please login to write comment.