Color Hex Logo

#ccb77b Color Hex

#CCB77B
(204,183,123)
0 Favorites   0 Comments

Color spaces of #ccb77b

RGB 204183123
HSL0.120.440.64
HSV44°40°80°
CMYK 0.000.100.40   0.20
XYZ45.410548.134425.6364
Yxy48.13440.38100.4039
Hunter Lab69.3790-4.579926.6569
CIE-Lab74.9096-0.972633.2420

#ccb77b color RGB value is (204,183,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110111 01111011
Octal 314 267 173
Decimal 204 183 123
Hex CC B7 7B

RGB Percentages of Color #ccb77b

%40.00
%35.88
%24.12

CMYK Percentages of Color #ccb77b

%0
%10
%40
%20

Triadic Colors of #ccb77b

#ccb77b #7bccb7 #b77bcc

Analogous Colors of #ccb77b

#ccb77b #b9cc7b #cc8f7b

Monochromatic Colors of #ccb77b

#ccb77b

Complementary Color

#ccb77b #7b90cc

#ccb77b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb77b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb77b Color CSS Codes

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

#ccb77b Text Font Color

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

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


#ccb77b Background Color

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

This div background color is #ccb77b


#ccb77b Border Color

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

This div border color is #ccb77b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb77b


Comments

No comments written yet.

Please login to write comment.