Color Hex Logo

#ccad65 Color Hex

#CCAD65
(204,173,101)
0 Favorites   0 Comments

Color spaces of #ccad65

RGB 204173101
HSL0.120.500.60
HSV42°50°80°
CMYK 0.000.150.50   0.20
XYZ42.194443.664118.5160
Yxy43.66410.40430.4183
Hunter Lab66.0788-1.657429.6415
CIE-Lab72.00342.099740.9251

#ccad65 color RGB value is (204,173,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 01100101
Octal 314 255 145
Decimal 204 173 101
Hex CC AD 65

RGB Percentages of Color #ccad65

%42.68
%36.19
%21.13

CMYK Percentages of Color #ccad65

%0
%15
%50
%20

Triadic Colors of #ccad65

#ccad65 #65ccad #ad65cc

Analogous Colors of #ccad65

#ccad65 #b8cc65 #cc7a65

Monochromatic Colors of #ccad65

#ccad65

Complementary Color

#ccad65 #6584cc

#ccad65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccad65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccad65 Color CSS Codes

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

#ccad65 Text Font Color

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

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


#ccad65 Background Color

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

This div background color is #ccad65


#ccad65 Border Color

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

This div border color is #ccad65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccad65


Comments

No comments written yet.

Please login to write comment.