Color Hex Logo

#ccbd3f Color Hex

#CCBD3F
(204,189,63)
0 Favorites   0 Comments

Color spaces of #ccbd3f

RGB 20418963
HSL0.150.580.52
HSV54°69°80°
CMYK 0.000.070.69   0.20
XYZ43.996649.591411.9559
Yxy49.59140.41690.4699
Hunter Lab70.4212-11.716739.2287
CIE-Lab75.8178-8.986762.5348

#ccbd3f color RGB value is (204,189,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 00111111
Octal 314 275 77
Decimal 204 189 63
Hex CC BD 3F

RGB Percentages of Color #ccbd3f

%44.74
%41.45
%13.82

CMYK Percentages of Color #ccbd3f

%0
%7
%69
%20

Triadic Colors of #ccbd3f

#ccbd3f #3fccbd #bd3fcc

Analogous Colors of #ccbd3f

#ccbd3f #95cc3f #cc773f

Monochromatic Colors of #ccbd3f

#ccbd3f

Complementary Color

#ccbd3f #3f4ecc

#ccbd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd3f Color CSS Codes

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

#ccbd3f Text Font Color

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

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


#ccbd3f Background Color

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

This div background color is #ccbd3f


#ccbd3f Border Color

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

This div border color is #ccbd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd3f


Comments

No comments written yet.

Please login to write comment.