Color Hex Logo

#ccad2b Color Hex

#CCAD2B
(204,173,43)
0 Favorites   0 Comments

Color spaces of #ccad2b

RGB 20417343
HSL0.130.650.48
HSV48°79°80°
CMYK 0.000.150.79   0.20
XYZ40.281542.89898.4428
Yxy42.89890.43960.4682
Hunter Lab65.4973-4.840838.2054
CIE-Lab71.4863-1.524865.5535

#ccad2b color RGB value is (204,173,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 00101011
Octal 314 255 53
Decimal 204 173 43
Hex CC AD 2B

RGB Percentages of Color #ccad2b

%48.57
%41.19
%10.24

CMYK Percentages of Color #ccad2b

%0
%15
%79
%20

Triadic Colors of #ccad2b

#ccad2b #2bccad #ad2bcc

Analogous Colors of #ccad2b

#ccad2b #9bcc2b #cc5d2b

Monochromatic Colors of #ccad2b

#ccad2b

Complementary Color

#ccad2b #2b4acc

#ccad2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccad2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccad2b Color CSS Codes

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

#ccad2b Text Font Color

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

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


#ccad2b Background Color

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

This div background color is #ccad2b


#ccad2b Border Color

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

This div border color is #ccad2b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,173,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 #ccad2b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccad2b


Comments

No comments written yet.

Please login to write comment.