Color Hex Logo

#cca22b Color Hex

#CCA22B
(204,162,43)
0 Favorites   0 Comments

Color spaces of #cca22b

RGB 20416243
HSL0.120.650.48
HSV44°79°80°
CMYK 0.000.210.79   0.20
XYZ38.258238.85247.7683
Yxy38.85240.45070.4577
Hunter Lab62.33170.480036.2430
CIE-Lab68.64424.329062.9879

#cca22b color RGB value is (204,162,43).

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

The process color (four color CMYK) of #cca22b color hex is 0.00, 0.21, 0.79, 0.20. Web safe color of #cca22b is #cc9933. Color #cca22b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100010 00101011
Octal 314 242 53
Decimal 204 162 43
Hex CC A2 2B

RGB Percentages of Color #cca22b

%49.88
%39.61
%10.51

CMYK Percentages of Color #cca22b

%0
%21
%79
%20

Triadic Colors of #cca22b

#cca22b #2bcca2 #a22bcc

Analogous Colors of #cca22b

#cca22b #a6cc2b #cc522b

Monochromatic Colors of #cca22b

#cca22b

Complementary Color

#cca22b #2b55cc

#cca22b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca22b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca22b Color CSS Codes

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

#cca22b Text Font Color

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

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


#cca22b Background Color

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

This div background color is #cca22b


#cca22b Border Color

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

This div border color is #cca22b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca22b


Comments

No comments written yet.

Please login to write comment.