Color Hex Logo

#c4adbc Color Hex

#C4ADBC
(196,173,188)
0 Favorites   0 Comments

Color spaces of #c4adbc

RGB 196173188
HSL0.890.160.72
HSV321°12°77°
CMYK 0.000.120.04   0.23
XYZ46.785645.253753.8459
Yxy45.25370.32070.3102
Hunter Lab67.27096.4193-0.3681
CIE-Lab73.058610.9122-4.6097

#c4adbc color RGB value is (196,173,188).

#c4adbc hex color red value is 196, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c4adbc hue: 0.89 , saturation: 0.16 and the lightness value of c4adbc is 0.72.

The process color (four color CMYK) of #c4adbc color hex is 0.00, 0.12, 0.04, 0.23. Web safe color of #c4adbc is #cc99cc. Color #c4adbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101101 10111100
Octal 304 255 274
Decimal 196 173 188
Hex C4 AD BC

RGB Percentages of Color #c4adbc

%35.19
%31.06
%33.75

CMYK Percentages of Color #c4adbc

%0
%12
%4
%23

Triadic Colors of #c4adbc

#c4adbc #bcc4ad #adbcc4

Analogous Colors of #c4adbc

#c4adbc #c4adb1 #c1adc4

Monochromatic Colors of #c4adbc

#c4adbc

Complementary Color

#c4adbc #adc4b5

#c4adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4adbc Color CSS Codes

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

#c4adbc Text Font Color

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

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


#c4adbc Background Color

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

This div background color is #c4adbc


#c4adbc Border Color

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

This div border color is #c4adbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,173,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4adbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4adbc;
  -webkit-box-shadow: 1px 1px 3px 2px #c4adbc;
  box-shadow:         1px 1px 3px 2px #c4adbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,173,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4adbc


Comments

No comments written yet.

Please login to write comment.