Color Hex Logo

#ccbd51 Color Hex

#CCBD51
(204,189,81)
0 Favorites   0 Comments

Color spaces of #ccbd51

RGB 20418981
HSL0.150.550.56
HSV53°60°80°
CMYK 0.000.070.60   0.20
XYZ44.584649.826615.0522
Yxy49.82660.40730.4552
Hunter Lab70.5880-10.785236.7686
CIE-Lab75.9627-7.895955.1430

#ccbd51 color RGB value is (204,189,81).

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

The process color (four color CMYK) of #ccbd51 color hex is 0.00, 0.07, 0.60, 0.20. Web safe color of #ccbd51 is #cccc66. Color #ccbd51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 01010001
Octal 314 275 121
Decimal 204 189 81
Hex CC BD 51

RGB Percentages of Color #ccbd51

%43.04
%39.87
%17.09

CMYK Percentages of Color #ccbd51

%0
%7
%60
%20

Triadic Colors of #ccbd51

#ccbd51 #51ccbd #bd51cc

Analogous Colors of #ccbd51

#ccbd51 #9ecc51 #cc8051

Monochromatic Colors of #ccbd51

#ccbd51

Complementary Color

#ccbd51 #5160cc

#ccbd51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd51 Color CSS Codes

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

#ccbd51 Text Font Color

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

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


#ccbd51 Background Color

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

This div background color is #ccbd51


#ccbd51 Border Color

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

This div border color is #ccbd51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd51


Comments

No comments written yet.

Please login to write comment.