Color Hex Logo

#ccad2d Color Hex

#CCAD2D
(204,173,45)
0 Favorites   0 Comments

Color spaces of #ccad2d

RGB 20417345
HSL0.130.640.49
HSV48°78°80°
CMYK 0.000.150.78   0.20
XYZ40.319142.91408.6408
Yxy42.91400.43890.4671
Hunter Lab65.5088-4.777838.0356
CIE-Lab71.4966-1.452264.9097

#ccad2d color RGB value is (204,173,45).

#ccad2d hex color red value is 204, green value is 173 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ccad2d hue: 0.13 , saturation: 0.64 and the lightness value of ccad2d is 0.49.

The process color (four color CMYK) of #ccad2d color hex is 0.00, 0.15, 0.78, 0.20. Web safe color of #ccad2d is #cc9933. Color #ccad2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 00101101
Octal 314 255 55
Decimal 204 173 45
Hex CC AD 2D

RGB Percentages of Color #ccad2d

%48.34
%41.00
%10.66

CMYK Percentages of Color #ccad2d

%0
%15
%78
%20

Triadic Colors of #ccad2d

#ccad2d #2dccad #ad2dcc

Analogous Colors of #ccad2d

#ccad2d #9ccc2d #cc5e2d

Monochromatic Colors of #ccad2d

#ccad2d

Complementary Color

#ccad2d #2d4ccc

#ccad2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccad2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccad2d Color CSS Codes

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

#ccad2d Text Font Color

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

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


#ccad2d Background Color

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

This div background color is #ccad2d


#ccad2d Border Color

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

This div border color is #ccad2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccad2d


Comments

No comments written yet.

Please login to write comment.