Color Hex Logo

#ccb76b Color Hex

#CCB76B
(204,183,107)
0 Favorites   0 Comments

Color spaces of #ccb76b

RGB 204183107
HSL0.130.490.61
HSV47°48°80°
CMYK 0.000.100.48   0.20
XYZ44.489247.765920.7848
Yxy47.76590.39360.4226
Hunter Lab69.1129-6.043930.5483
CIE-Lab74.6770-2.631541.1823

#ccb76b color RGB value is (204,183,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110111 01101011
Octal 314 267 153
Decimal 204 183 107
Hex CC B7 6B

RGB Percentages of Color #ccb76b

%41.30
%37.04
%21.66

CMYK Percentages of Color #ccb76b

%0
%10
%48
%20

Triadic Colors of #ccb76b

#ccb76b #6bccb7 #b76bcc

Analogous Colors of #ccb76b

#ccb76b #b1cc6b #cc876b

Monochromatic Colors of #ccb76b

#ccb76b

Complementary Color

#ccb76b #6b80cc

#ccb76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb76b Color CSS Codes

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

#ccb76b Text Font Color

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

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


#ccb76b Background Color

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

This div background color is #ccb76b


#ccb76b Border Color

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

This div border color is #ccb76b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb76b


Comments

No comments written yet.

Please login to write comment.