Color Hex Logo

#ccbd5c Color Hex

#CCBD5C
(204,189,92)
0 Favorites   0 Comments

Color spaces of #ccbd5c

RGB 20418992
HSL0.140.520.58
HSV52°55°80°
CMYK 0.000.070.55   0.20
XYZ45.031250.005317.4038
Yxy50.00530.40050.4447
Hunter Lab70.7144-10.080834.9080
CIE-Lab76.0725-7.076450.2053

#ccbd5c color RGB value is (204,189,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 01011100
Octal 314 275 134
Decimal 204 189 92
Hex CC BD 5C

RGB Percentages of Color #ccbd5c

%42.06
%38.97
%18.97

CMYK Percentages of Color #ccbd5c

%0
%7
%55
%20

Triadic Colors of #ccbd5c

#ccbd5c #5cccbd #bd5ccc

Analogous Colors of #ccbd5c

#ccbd5c #a3cc5c #cc855c

Monochromatic Colors of #ccbd5c

#ccbd5c

Complementary Color

#ccbd5c #5c6bcc

#ccbd5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd5c Color CSS Codes

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

#ccbd5c Text Font Color

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

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


#ccbd5c Background Color

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

This div background color is #ccbd5c


#ccbd5c Border Color

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

This div border color is #ccbd5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd5c


Comments

No comments written yet.

Please login to write comment.