Color Hex Logo

#ccb35e Color Hex

#CCB35E
(204,179,94)
0 Favorites   0 Comments

Color spaces of #ccb35e

RGB 20417994
HSL0.130.520.58
HSV46°54°80°
CMYK 0.000.120.54   0.20
XYZ43.042345.885717.1779
Yxy45.88570.40570.4325
Hunter Lab67.7390-5.121832.3820
CIE-Lab73.4713-1.689546.1922

#ccb35e color RGB value is (204,179,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110011 01011110
Octal 314 263 136
Decimal 204 179 94
Hex CC B3 5E

RGB Percentages of Color #ccb35e

%42.77
%37.53
%19.71

CMYK Percentages of Color #ccb35e

%0
%12
%54
%20

Triadic Colors of #ccb35e

#ccb35e #5eccb3 #b35ecc

Analogous Colors of #ccb35e

#ccb35e #aecc5e #cc7c5e

Monochromatic Colors of #ccb35e

#ccb35e

Complementary Color

#ccb35e #5e77cc

#ccb35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb35e Color CSS Codes

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

#ccb35e Text Font Color

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

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


#ccb35e Background Color

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

This div background color is #ccb35e


#ccb35e Border Color

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

This div border color is #ccb35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb35e


Comments

No comments written yet.

Please login to write comment.