Color Hex Logo

#ccb8ba Color Hex

#CCB8BA
(204,184,186)
0 Favorites   0 Comments

Color spaces of #ccb8ba

RGB 204184186
HSL0.980.160.76
HSV354°10°80°
CMYK 0.000.100.09   0.20
XYZ50.905350.663553.5504
Yxy50.66350.32820.3266
Hunter Lab71.17833.09765.2185
CIE-Lab76.47477.45081.5699

#ccb8ba color RGB value is (204,184,186).

#ccb8ba hex color red value is 204, green value is 184 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ccb8ba hue: 0.98 , saturation: 0.16 and the lightness value of ccb8ba is 0.76.

The process color (four color CMYK) of #ccb8ba color hex is 0.00, 0.10, 0.09, 0.20. Web safe color of #ccb8ba is #cccccc. Color #ccb8ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 10111010
Octal 314 270 272
Decimal 204 184 186
Hex CC B8 BA

RGB Percentages of Color #ccb8ba

%35.54
%32.06
%32.40

CMYK Percentages of Color #ccb8ba

%0
%10
%9
%20

Triadic Colors of #ccb8ba

#ccb8ba #baccb8 #b8bacc

Analogous Colors of #ccb8ba

#ccb8ba #ccc0b8 #ccb8c4

Monochromatic Colors of #ccb8ba

#ccb8ba

Complementary Color

#ccb8ba #b8ccca

#ccb8ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb8ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb8ba Color CSS Codes

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

#ccb8ba Text Font Color

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

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


#ccb8ba Background Color

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

This div background color is #ccb8ba


#ccb8ba Border Color

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

This div border color is #ccb8ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb8ba


Comments

No comments written yet.

Please login to write comment.