Color Hex Logo

#ccbd7e Color Hex

#CCBD7E
(204,189,126)
0 Favorites   0 Comments

Color spaces of #ccbd7e

RGB 204189126
HSL0.130.430.65
HSV48°38°80°
CMYK 0.000.070.38   0.20
XYZ46.865350.738927.0622
Yxy50.73890.37590.4070
Hunter Lab71.2312-7.213827.3364
CIE-Lab76.5206-3.786033.7712

#ccbd7e color RGB value is (204,189,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 01111110
Octal 314 275 176
Decimal 204 189 126
Hex CC BD 7E

RGB Percentages of Color #ccbd7e

%39.31
%36.42
%24.28

CMYK Percentages of Color #ccbd7e

%0
%7
%38
%20

Triadic Colors of #ccbd7e

#ccbd7e #7eccbd #bd7ecc

Analogous Colors of #ccbd7e

#ccbd7e #b4cc7e #cc967e

Monochromatic Colors of #ccbd7e

#ccbd7e

Complementary Color

#ccbd7e #7e8dcc

#ccbd7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd7e Color CSS Codes

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

#ccbd7e Text Font Color

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

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


#ccbd7e Background Color

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

This div background color is #ccbd7e


#ccbd7e Border Color

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

This div border color is #ccbd7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd7e

#ccbd7e Color Palettes


Comments

No comments written yet.

Please login to write comment.