Color Hex Logo

#ccb281 Color Hex

#CCB281
(204,178,129)
0 Favorites   0 Comments

Color spaces of #ccb281

RGB 204178129
HSL0.110.420.65
HSV39°37°80°
CMYK 0.000.130.37   0.20
XYZ44.784746.263127.3382
Yxy46.26310.37830.3908
Hunter Lab68.0170-1.499223.7813
CIE-Lab73.71592.368828.5096

#ccb281 color RGB value is (204,178,129).

#ccb281 hex color red value is 204, green value is 178 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #ccb281 hue: 0.11 , saturation: 0.42 and the lightness value of ccb281 is 0.65.

The process color (four color CMYK) of #ccb281 color hex is 0.00, 0.13, 0.37, 0.20. Web safe color of #ccb281 is #cc9999. Color #ccb281 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110010 10000001
Octal 314 262 201
Decimal 204 178 129
Hex CC B2 81

RGB Percentages of Color #ccb281

%39.92
%34.83
%25.24

CMYK Percentages of Color #ccb281

%0
%13
%37
%20

Triadic Colors of #ccb281

#ccb281 #81ccb2 #b281cc

Analogous Colors of #ccb281

#ccb281 #c1cc81 #cc8d81

Monochromatic Colors of #ccb281

#ccb281

Complementary Color

#ccb281 #819bcc

#ccb281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb281 Color CSS Codes

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

#ccb281 Text Font Color

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

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


#ccb281 Background Color

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

This div background color is #ccb281


#ccb281 Border Color

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

This div border color is #ccb281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb281


Comments

No comments written yet.

Please login to write comment.