Color Hex Logo

#ccb58a Color Hex

#CCB58A
(204,181,138)
0 Favorites   0 Comments

Color spaces of #ccb58a

RGB 204181138
HSL0.110.390.67
HSV39°32°80°
CMYK 0.000.110.32   0.20
XYZ46.013247.720130.8305
Yxy47.72010.36940.3831
Hunter Lab69.0797-1.992821.8945
CIE-Lab74.64801.876624.9579

#ccb58a color RGB value is (204,181,138).

#ccb58a hex color red value is 204, green value is 181 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ccb58a hue: 0.11 , saturation: 0.39 and the lightness value of ccb58a is 0.67.

The process color (four color CMYK) of #ccb58a color hex is 0.00, 0.11, 0.32, 0.20. Web safe color of #ccb58a is #cccc99. Color #ccb58a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110101 10001010
Octal 314 265 212
Decimal 204 181 138
Hex CC B5 8A

RGB Percentages of Color #ccb58a

%39.01
%34.61
%26.39

CMYK Percentages of Color #ccb58a

%0
%11
%32
%20

Triadic Colors of #ccb58a

#ccb58a #8accb5 #b58acc

Analogous Colors of #ccb58a

#ccb58a #c2cc8a #cc948a

Monochromatic Colors of #ccb58a

#ccb58a

Complementary Color

#ccb58a #8aa1cc

#ccb58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb58a Color CSS Codes

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

#ccb58a Text Font Color

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

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


#ccb58a Background Color

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

This div background color is #ccb58a


#ccb58a Border Color

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

This div border color is #ccb58a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb58a


Comments

No comments written yet.

Please login to write comment.