Color Hex Logo

#ccb751 Color Hex

#CCB751
(204,183,81)
0 Favorites   0 Comments

Color spaces of #ccb751

RGB 20418381
HSL0.140.550.56
HSV50°60°80°
CMYK 0.000.100.60   0.20
XYZ43.320547.298414.6309
Yxy47.29840.41160.4494
Hunter Lab68.7738-7.917435.5284
CIE-Lab74.3802-4.781853.3886

#ccb751 color RGB value is (204,183,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110111 01010001
Octal 314 267 121
Decimal 204 183 81
Hex CC B7 51

RGB Percentages of Color #ccb751

%43.59
%39.10
%17.31

CMYK Percentages of Color #ccb751

%0
%10
%60
%20

Triadic Colors of #ccb751

#ccb751 #51ccb7 #b751cc

Analogous Colors of #ccb751

#ccb751 #a4cc51 #cc7a51

Monochromatic Colors of #ccb751

#ccb751

Complementary Color

#ccb751 #5166cc

#ccb751 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb751 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb751 Color CSS Codes

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

#ccb751 Text Font Color

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

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


#ccb751 Background Color

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

This div background color is #ccb751


#ccb751 Border Color

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

This div border color is #ccb751


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb751


Comments

No comments written yet.

Please login to write comment.