Color Hex Logo

#ccbd37 Color Hex

#CCBD37
(204,189,55)
0 Favorites   0 Comments

Color spaces of #ccbd37

RGB 20418955
HSL0.150.590.51
HSV54°73°80°
CMYK 0.000.070.73   0.20
XYZ43.789049.508410.8626
Yxy49.50840.42040.4753
Hunter Lab70.3622-12.046740.1003
CIE-Lab75.7665-9.375165.4595

#ccbd37 color RGB value is (204,189,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 00110111
Octal 314 275 67
Decimal 204 189 55
Hex CC BD 37

RGB Percentages of Color #ccbd37

%45.54
%42.19
%12.28

CMYK Percentages of Color #ccbd37

%0
%7
%73
%20

Triadic Colors of #ccbd37

#ccbd37 #37ccbd #bd37cc

Analogous Colors of #ccbd37

#ccbd37 #91cc37 #cc7337

Monochromatic Colors of #ccbd37

#ccbd37

Complementary Color

#ccbd37 #3746cc

#ccbd37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd37 Color CSS Codes

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

#ccbd37 Text Font Color

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

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


#ccbd37 Background Color

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

This div background color is #ccbd37


#ccbd37 Border Color

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

This div border color is #ccbd37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd37


Comments

No comments written yet.

Please login to write comment.