Color Hex Logo

#ccb95e Color Hex

#CCB95E
(204,185,94)
0 Favorites   0 Comments

Color spaces of #ccb95e

RGB 20418594
HSL0.140.520.58
HSV50°54°80°
CMYK 0.000.090.54   0.20
XYZ44.271248.343417.5876
Yxy48.34340.40170.4387
Hunter Lab69.5294-8.020933.6731
CIE-Lab75.0410-4.835548.0461

#ccb95e color RGB value is (204,185,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111001 01011110
Octal 314 271 136
Decimal 204 185 94
Hex CC B9 5E

RGB Percentages of Color #ccb95e

%42.24
%38.30
%19.46

CMYK Percentages of Color #ccb95e

%0
%9
%54
%20

Triadic Colors of #ccb95e

#ccb95e #5eccb9 #b95ecc

Analogous Colors of #ccb95e

#ccb95e #a8cc5e #cc825e

Monochromatic Colors of #ccb95e

#ccb95e

Complementary Color

#ccb95e #5e71cc

#ccb95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb95e Color CSS Codes

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

#ccb95e Text Font Color

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

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


#ccb95e Background Color

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

This div background color is #ccb95e


#ccb95e Border Color

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

This div border color is #ccb95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb95e


Comments

No comments written yet.

Please login to write comment.