Color Hex Logo

#ccb48f Color Hex

#CCB48F
(204,180,143)
0 Favorites   0 Comments

Color spaces of #ccb48f

RGB 204180143
HSL0.100.370.68
HSV36°30°80°
CMYK 0.000.120.30   0.20
XYZ46.181047.463132.7139
Yxy47.46310.36550.3756
Hunter Lab68.8935-0.910620.0717
CIE-Lab74.48503.056022.0552

#ccb48f color RGB value is (204,180,143).

#ccb48f hex color red value is 204, green value is 180 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ccb48f hue: 0.10 , saturation: 0.37 and the lightness value of ccb48f is 0.68.

The process color (four color CMYK) of #ccb48f color hex is 0.00, 0.12, 0.30, 0.20. Web safe color of #ccb48f is #cccc99. Color #ccb48f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 10001111
Octal 314 264 217
Decimal 204 180 143
Hex CC B4 8F

RGB Percentages of Color #ccb48f

%38.71
%34.16
%27.13

CMYK Percentages of Color #ccb48f

%0
%12
%30
%20

Triadic Colors of #ccb48f

#ccb48f #8fccb4 #b48fcc

Analogous Colors of #ccb48f

#ccb48f #c6cc8f #cc968f

Monochromatic Colors of #ccb48f

#ccb48f

Complementary Color

#ccb48f #8fa7cc

#ccb48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb48f Color CSS Codes

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

#ccb48f Text Font Color

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

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


#ccb48f Background Color

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

This div background color is #ccb48f


#ccb48f Border Color

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

This div border color is #ccb48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb48f


Comments

No comments written yet.

Please login to write comment.