Color Hex Logo

#ccad68 Color Hex

#CCAD68
(204,173,104)
0 Favorites   0 Comments

Color spaces of #ccad68

RGB 204173104
HSL0.120.500.60
HSV41°49°80°
CMYK 0.000.150.49   0.20
XYZ42.344143.724019.3045
Yxy43.72400.40190.4149
Hunter Lab66.1241-1.410728.9776
CIE-Lab72.04362.376839.4434

#ccad68 color RGB value is (204,173,104).

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

The process color (four color CMYK) of #ccad68 color hex is 0.00, 0.15, 0.49, 0.20. Web safe color of #ccad68 is #cc9966. Color #ccad68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 01101000
Octal 314 255 150
Decimal 204 173 104
Hex CC AD 68

RGB Percentages of Color #ccad68

%42.41
%35.97
%21.62

CMYK Percentages of Color #ccad68

%0
%15
%49
%20

Triadic Colors of #ccad68

#ccad68 #68ccad #ad68cc

Analogous Colors of #ccad68

#ccad68 #b9cc68 #cc7b68

Monochromatic Colors of #ccad68

#ccad68

Complementary Color

#ccad68 #6887cc

#ccad68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccad68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccad68 Color CSS Codes

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

#ccad68 Text Font Color

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

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


#ccad68 Background Color

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

This div background color is #ccad68


#ccad68 Border Color

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

This div border color is #ccad68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccad68


Comments

No comments written yet.

Please login to write comment.