Color Hex Logo

#ccb83f Color Hex

#CCB83F
(204,184,63)
0 Favorites   0 Comments

Color spaces of #ccb83f

RGB 20418463
HSL0.140.580.52
HSV51°69°80°
CMYK 0.000.100.69   0.20
XYZ42.939547.477211.6035
Yxy47.47720.42090.4654
Hunter Lab68.9037-9.343638.2481
CIE-Lab74.4940-6.403561.2027

#ccb83f color RGB value is (204,184,63).

#ccb83f hex color red value is 204, green value is 184 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ccb83f hue: 0.14 , saturation: 0.58 and the lightness value of ccb83f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 00111111
Octal 314 270 77
Decimal 204 184 63
Hex CC B8 3F

RGB Percentages of Color #ccb83f

%45.23
%40.80
%13.97

CMYK Percentages of Color #ccb83f

%0
%10
%69
%20

Triadic Colors of #ccb83f

#ccb83f #3fccb8 #b83fcc

Analogous Colors of #ccb83f

#ccb83f #9acc3f #cc723f

Monochromatic Colors of #ccb83f

#ccb83f

Complementary Color

#ccb83f #3f53cc

#ccb83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb83f Color CSS Codes

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

#ccb83f Text Font Color

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

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


#ccb83f Background Color

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

This div background color is #ccb83f


#ccb83f Border Color

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

This div border color is #ccb83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb83f


Comments

No comments written yet.

Please login to write comment.