Color Hex Logo

#ccbc7e Color Hex

#CCBC7E
(204,188,126)
0 Favorites   0 Comments

Color spaces of #ccbc7e

RGB 204188126
HSL0.130.430.65
HSV48°38°80°
CMYK 0.000.080.38   0.20
XYZ46.651050.310226.9907
Yxy50.31020.37640.4059
Hunter Lab70.9297-6.726127.0893
CIE-Lab76.2593-3.262633.4315

#ccbc7e color RGB value is (204,188,126).

#ccbc7e hex color red value is 204, green value is 188 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ccbc7e hue: 0.13 , saturation: 0.43 and the lightness value of ccbc7e is 0.65.

The process color (four color CMYK) of #ccbc7e color hex is 0.00, 0.08, 0.38, 0.20. Web safe color of #ccbc7e is #cccc66. Color #ccbc7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 01111110
Octal 314 274 176
Decimal 204 188 126
Hex CC BC 7E

RGB Percentages of Color #ccbc7e

%39.38
%36.29
%24.32

CMYK Percentages of Color #ccbc7e

%0
%8
%38
%20

Triadic Colors of #ccbc7e

#ccbc7e #7eccbc #bc7ecc

Analogous Colors of #ccbc7e

#ccbc7e #b5cc7e #cc957e

Monochromatic Colors of #ccbc7e

#ccbc7e

Complementary Color

#ccbc7e #7e8ecc

#ccbc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbc7e Color CSS Codes

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

#ccbc7e Text Font Color

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

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


#ccbc7e Background Color

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

This div background color is #ccbc7e


#ccbc7e Border Color

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

This div border color is #ccbc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbc7e


Comments

No comments written yet.

Please login to write comment.