Color Hex Logo

#ccbd7d Color Hex

#CCBD7D
(204,189,125)
0 Favorites   0 Comments

Color spaces of #ccbd7d

RGB 204189125
HSL0.140.440.65
HSV49°39°80°
CMYK 0.000.070.39   0.20
XYZ46.801150.713226.7240
Yxy50.71320.37670.4082
Hunter Lab71.2132-7.313427.5996
CIE-Lab76.5050-3.899134.2703

#ccbd7d color RGB value is (204,189,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 01111101
Octal 314 275 175
Decimal 204 189 125
Hex CC BD 7D

RGB Percentages of Color #ccbd7d

%39.38
%36.49
%24.13

CMYK Percentages of Color #ccbd7d

%0
%7
%39
%20

Triadic Colors of #ccbd7d

#ccbd7d #7dccbd #bd7dcc

Analogous Colors of #ccbd7d

#ccbd7d #b4cc7d #cc967d

Monochromatic Colors of #ccbd7d

#ccbd7d

Complementary Color

#ccbd7d #7d8ccc

#ccbd7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd7d Color CSS Codes

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

#ccbd7d Text Font Color

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

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


#ccbd7d Background Color

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

This div background color is #ccbd7d


#ccbd7d Border Color

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

This div border color is #ccbd7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd7d


Comments

No comments written yet.

Please login to write comment.