Color Hex Logo

#ccbf3f Color Hex

#CCBF3F
(204,191,63)
0 Favorites   0 Comments

Color spaces of #ccbf3f

RGB 20419163
HSL0.150.580.52
HSV54°69°80°
CMYK 0.000.060.69   0.20
XYZ44.429850.457912.1003
Yxy50.45790.41530.4716
Hunter Lab71.0337-12.661839.6238
CIE-Lab76.3495-10.013163.0674

#ccbf3f color RGB value is (204,191,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 00111111
Octal 314 277 77
Decimal 204 191 63
Hex CC BF 3F

RGB Percentages of Color #ccbf3f

%44.54
%41.70
%13.76

CMYK Percentages of Color #ccbf3f

%0
%6
%69
%20

Triadic Colors of #ccbf3f

#ccbf3f #3fccbf #bf3fcc

Analogous Colors of #ccbf3f

#ccbf3f #93cc3f #cc793f

Monochromatic Colors of #ccbf3f

#ccbf3f

Complementary Color

#ccbf3f #3f4ccc

#ccbf3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbf3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbf3f Color CSS Codes

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

#ccbf3f Text Font Color

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

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


#ccbf3f Background Color

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

This div background color is #ccbf3f


#ccbf3f Border Color

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

This div border color is #ccbf3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbf3f


Comments

No comments written yet.

Please login to write comment.