Color Hex Logo

#ccbd5d Color Hex

#CCBD5D
(204,189,93)
0 Favorites   0 Comments

Color spaces of #ccbd5d

RGB 20418993
HSL0.140.520.58
HSV52°54°80°
CMYK 0.000.070.54   0.20
XYZ45.075250.022917.6356
Yxy50.02290.39980.4437
Hunter Lab70.7269-10.011534.7250
CIE-Lab76.0833-6.996049.7442

#ccbd5d color RGB value is (204,189,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 01011101
Octal 314 275 135
Decimal 204 189 93
Hex CC BD 5D

RGB Percentages of Color #ccbd5d

%41.98
%38.89
%19.14

CMYK Percentages of Color #ccbd5d

%0
%7
%54
%20

Triadic Colors of #ccbd5d

#ccbd5d #5dccbd #bd5dcc

Analogous Colors of #ccbd5d

#ccbd5d #a4cc5d #cc865d

Monochromatic Colors of #ccbd5d

#ccbd5d

Complementary Color

#ccbd5d #5d6ccc

#ccbd5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd5d Color CSS Codes

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

#ccbd5d Text Font Color

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

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


#ccbd5d Background Color

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

This div background color is #ccbd5d


#ccbd5d Border Color

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

This div border color is #ccbd5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd5d


Comments

No comments written yet.

Please login to write comment.