Color Hex Logo

#ccb95d Color Hex

#CCB95D
(204,185,93)
0 Favorites   0 Comments

Color spaces of #ccb95d

RGB 20418593
HSL0.140.520.58
HSV50°54°80°
CMYK 0.000.090.54   0.20
XYZ44.226648.325617.3527
Yxy48.32560.40240.4397
Hunter Lab69.5166-8.092033.8617
CIE-Lab75.0298-4.917548.5139

#ccb95d color RGB value is (204,185,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111001 01011101
Octal 314 271 135
Decimal 204 185 93
Hex CC B9 5D

RGB Percentages of Color #ccb95d

%42.32
%38.38
%19.29

CMYK Percentages of Color #ccb95d

%0
%9
%54
%20

Triadic Colors of #ccb95d

#ccb95d #5dccb9 #b95dcc

Analogous Colors of #ccb95d

#ccb95d #a8cc5d #cc825d

Monochromatic Colors of #ccb95d

#ccb95d

Complementary Color

#ccb95d #5d70cc

#ccb95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb95d Color CSS Codes

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

#ccb95d Text Font Color

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

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


#ccb95d Background Color

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

This div background color is #ccb95d


#ccb95d Border Color

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

This div border color is #ccb95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb95d


Comments

No comments written yet.

Please login to write comment.