Color Hex Logo

#ccb762 Color Hex

#CCB762
(204,183,98)
0 Favorites   0 Comments

Color spaces of #ccb762

RGB 20418398
HSL0.130.510.59
HSV48°52°80°
CMYK 0.000.100.52   0.20
XYZ44.039947.586218.4192
Yxy47.58620.40020.4324
Hunter Lab68.9828-6.762032.4568
CIE-Lab74.5632-3.452145.5319

#ccb762 color RGB value is (204,183,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110111 01100010
Octal 314 267 142
Decimal 204 183 98
Hex CC B7 62

RGB Percentages of Color #ccb762

%42.06
%37.73
%20.21

CMYK Percentages of Color #ccb762

%0
%10
%52
%20

Triadic Colors of #ccb762

#ccb762 #62ccb7 #b762cc

Analogous Colors of #ccb762

#ccb762 #accc62 #cc8262

Monochromatic Colors of #ccb762

#ccb762

Complementary Color

#ccb762 #6277cc

#ccb762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb762 Color CSS Codes

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

#ccb762 Text Font Color

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

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


#ccb762 Background Color

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

This div background color is #ccb762


#ccb762 Border Color

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

This div border color is #ccb762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb762


Comments

No comments written yet.

Please login to write comment.