Color Hex Logo

#ccb82f Color Hex

#CCB82F
(204,184,47)
0 Favorites   0 Comments

Color spaces of #ccb82f

RGB 20418447
HSL0.150.630.49
HSV52°77°80°
CMYK 0.000.100.77   0.20
XYZ42.555447.32369.5808
Yxy47.32360.42790.4758
Hunter Lab68.7922-9.964739.8971
CIE-Lab74.3963-7.129866.8993

#ccb82f color RGB value is (204,184,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 00101111
Octal 314 270 57
Decimal 204 184 47
Hex CC B8 2F

RGB Percentages of Color #ccb82f

%46.90
%42.30
%10.80

CMYK Percentages of Color #ccb82f

%0
%10
%77
%20

Triadic Colors of #ccb82f

#ccb82f #2fccb8 #b82fcc

Analogous Colors of #ccb82f

#ccb82f #92cc2f #cc6a2f

Monochromatic Colors of #ccb82f

#ccb82f

Complementary Color

#ccb82f #2f43cc

#ccb82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb82f Color CSS Codes

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

#ccb82f Text Font Color

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

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


#ccb82f Background Color

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

This div background color is #ccb82f


#ccb82f Border Color

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

This div border color is #ccb82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb82f


Comments

No comments written yet.

Please login to write comment.