Color Hex Logo

#cca833 Color Hex

#CCA833
(204,168,51)
0 Favorites   0 Comments

Color spaces of #cca833

RGB 20416851
HSL0.130.600.50
HSV46°75°80°
CMYK 0.000.180.75   0.20
XYZ39.502041.08168.9795
Yxy41.08160.44110.4587
Hunter Lab64.0949-2.155836.5601
CIE-Lab70.23311.438761.6226

#cca833 color RGB value is (204,168,51).

#cca833 hex color red value is 204, green value is 168 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #cca833 hue: 0.13 , saturation: 0.60 and the lightness value of cca833 is 0.50.

The process color (four color CMYK) of #cca833 color hex is 0.00, 0.18, 0.75, 0.20. Web safe color of #cca833 is #cc9933. Color #cca833 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101000 00110011
Octal 314 250 63
Decimal 204 168 51
Hex CC A8 33

RGB Percentages of Color #cca833

%48.23
%39.72
%12.06

CMYK Percentages of Color #cca833

%0
%18
%75
%20

Triadic Colors of #cca833

#cca833 #33cca8 #a833cc

Analogous Colors of #cca833

#cca833 #a4cc33 #cc5c33

Monochromatic Colors of #cca833

#cca833

Complementary Color

#cca833 #3357cc

#cca833 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca833 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca833 Color CSS Codes

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

#cca833 Text Font Color

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

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


#cca833 Background Color

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

This div background color is #cca833


#cca833 Border Color

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

This div border color is #cca833


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca833


Comments

No comments written yet.

Please login to write comment.