Color Hex Logo

#ccb67b Color Hex

#CCB67B
(204,182,123)
0 Favorites   0 Comments

Color spaces of #ccb67b

RGB 204182123
HSL0.120.440.64
HSV44°40°80°
CMYK 0.000.110.40   0.20
XYZ45.204947.723325.5679
Yxy47.72330.38150.4027
Hunter Lab69.0821-4.089426.4137
CIE-Lab74.6501-0.444632.9046

#ccb67b color RGB value is (204,182,123).

#ccb67b hex color red value is 204, green value is 182 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ccb67b hue: 0.12 , saturation: 0.44 and the lightness value of ccb67b is 0.64.

The process color (four color CMYK) of #ccb67b color hex is 0.00, 0.11, 0.40, 0.20. Web safe color of #ccb67b is #cccc66. Color #ccb67b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 01111011
Octal 314 266 173
Decimal 204 182 123
Hex CC B6 7B

RGB Percentages of Color #ccb67b

%40.08
%35.76
%24.17

CMYK Percentages of Color #ccb67b

%0
%11
%40
%20

Triadic Colors of #ccb67b

#ccb67b #7bccb6 #b67bcc

Analogous Colors of #ccb67b

#ccb67b #bacc7b #cc8e7b

Monochromatic Colors of #ccb67b

#ccb67b

Complementary Color

#ccb67b #7b91cc

#ccb67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb67b Color CSS Codes

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

#ccb67b Text Font Color

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

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


#ccb67b Background Color

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

This div background color is #ccb67b


#ccb67b Border Color

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

This div border color is #ccb67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb67b


Comments

No comments written yet.

Please login to write comment.