Color Hex Logo

#ccbb5d Color Hex

#CCBB5D
(204,187,93)
0 Favorites   0 Comments

Color spaces of #ccbb5d

RGB 20418793
HSL0.140.520.58
HSV51°54°80°
CMYK 0.000.080.54   0.20
XYZ44.647949.168317.4932
Yxy49.16830.40110.4417
Hunter Lab70.1201-9.053134.2927
CIE-Lab75.5559-5.958749.1291

#ccbb5d color RGB value is (204,187,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 01011101
Octal 314 273 135
Decimal 204 187 93
Hex CC BB 5D

RGB Percentages of Color #ccbb5d

%42.15
%38.64
%19.21

CMYK Percentages of Color #ccbb5d

%0
%8
%54
%20

Triadic Colors of #ccbb5d

#ccbb5d #5dccbb #bb5dcc

Analogous Colors of #ccbb5d

#ccbb5d #a6cc5d #cc845d

Monochromatic Colors of #ccbb5d

#ccbb5d

Complementary Color

#ccbb5d #5d6ecc

#ccbb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbb5d Color CSS Codes

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

#ccbb5d Text Font Color

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

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


#ccbb5d Background Color

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

This div background color is #ccbb5d


#ccbb5d Border Color

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

This div border color is #ccbb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbb5d


Comments

No comments written yet.

Please login to write comment.