Color Hex Logo

#ccb84f Color Hex

#CCB84F
(204,184,79)
0 Favorites   0 Comments

Color spaces of #ccb84f

RGB 20418479
HSL0.140.550.55
HSV50°61°80°
CMYK 0.000.100.61   0.20
XYZ43.453647.682914.3106
Yxy47.68290.41210.4522
Hunter Lab69.0528-8.515836.0496
CIE-Lab74.6245-5.440954.5628

#ccb84f color RGB value is (204,184,79).

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

The process color (four color CMYK) of #ccb84f color hex is 0.00, 0.10, 0.61, 0.20. Web safe color of #ccb84f is #cccc66. Color #ccb84f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 01001111
Octal 314 270 117
Decimal 204 184 79
Hex CC B8 4F

RGB Percentages of Color #ccb84f

%43.68
%39.40
%16.92

CMYK Percentages of Color #ccb84f

%0
%10
%61
%20

Triadic Colors of #ccb84f

#ccb84f #4fccb8 #b84fcc

Analogous Colors of #ccb84f

#ccb84f #a2cc4f #cc7a4f

Monochromatic Colors of #ccb84f

#ccb84f

Complementary Color

#ccb84f #4f63cc

#ccb84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb84f Color CSS Codes

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

#ccb84f Text Font Color

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

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


#ccb84f Background Color

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

This div background color is #ccb84f


#ccb84f Border Color

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

This div border color is #ccb84f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb84f


Comments

No comments written yet.

Please login to write comment.