Color Hex Logo

#ccb82c Color Hex

#CCB82C
(204,184,44)
0 Favorites   0 Comments

Color spaces of #ccb82c

RGB 20418444
HSL0.150.650.49
HSV53°78°80°
CMYK 0.000.100.78   0.20
XYZ42.497047.30029.2729
Yxy47.30020.42900.4774
Hunter Lab68.7751-10.059240.1486
CIE-Lab74.3814-7.240667.8369

#ccb82c color RGB value is (204,184,44).

#ccb82c hex color red value is 204, green value is 184 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ccb82c hue: 0.15 , saturation: 0.65 and the lightness value of ccb82c is 0.49.

The process color (four color CMYK) of #ccb82c color hex is 0.00, 0.10, 0.78, 0.20. Web safe color of #ccb82c is #cccc33. Color #ccb82c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 00101100
Octal 314 270 54
Decimal 204 184 44
Hex CC B8 2C

RGB Percentages of Color #ccb82c

%47.22
%42.59
%10.19

CMYK Percentages of Color #ccb82c

%0
%10
%78
%20

Triadic Colors of #ccb82c

#ccb82c #2cccb8 #b82ccc

Analogous Colors of #ccb82c

#ccb82c #90cc2c #cc682c

Monochromatic Colors of #ccb82c

#ccb82c

Complementary Color

#ccb82c #2c40cc

#ccb82c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb82c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb82c Color CSS Codes

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

#ccb82c Text Font Color

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

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


#ccb82c Background Color

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

This div background color is #ccb82c


#ccb82c Border Color

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

This div border color is #ccb82c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb82c


Comments

No comments written yet.

Please login to write comment.