Color Hex Logo

#ccbf37 Color Hex

#CCBF37
(204,191,55)
0 Favorites   0 Comments

Color spaces of #ccbf37

RGB 20419155
HSL0.150.590.51
HSV55°73°80°
CMYK 0.000.060.73   0.20
XYZ44.222250.374811.0070
Yxy50.37480.41880.4770
Hunter Lab70.9752-12.989440.4878
CIE-Lab76.2987-10.399865.9679

#ccbf37 color RGB value is (204,191,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 00110111
Octal 314 277 67
Decimal 204 191 55
Hex CC BF 37

RGB Percentages of Color #ccbf37

%45.33
%42.44
%12.22

CMYK Percentages of Color #ccbf37

%0
%6
%73
%20

Triadic Colors of #ccbf37

#ccbf37 #37ccbf #bf37cc

Analogous Colors of #ccbf37

#ccbf37 #8fcc37 #cc7537

Monochromatic Colors of #ccbf37

#ccbf37

Complementary Color

#ccbf37 #3744cc

#ccbf37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbf37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbf37 Color CSS Codes

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

#ccbf37 Text Font Color

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

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


#ccbf37 Background Color

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

This div background color is #ccbf37


#ccbf37 Border Color

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

This div border color is #ccbf37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbf37


Comments

No comments written yet.

Please login to write comment.