Color Hex Logo

#c1adbf Color Hex

#C1ADBF
(193,173,191)
0 Favorites   0 Comments

Color spaces of #c1adbf

RGB 193173191
HSL0.850.140.72
HSV306°10°76°
CMYK 0.000.100.01   0.24
XYZ46.339944.986255.5310
Yxy44.98620.31550.3063
Hunter Lab67.07185.9502-2.1380
CIE-Lab72.882810.4124-6.5458

#c1adbf color RGB value is (193,173,191).

#c1adbf hex color red value is 193, green value is 173 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c1adbf hue: 0.85 , saturation: 0.14 and the lightness value of c1adbf is 0.72.

The process color (four color CMYK) of #c1adbf color hex is 0.00, 0.10, 0.01, 0.24. Web safe color of #c1adbf is #cc99cc. Color #c1adbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101101 10111111
Octal 301 255 277
Decimal 193 173 191
Hex C1 AD BF

RGB Percentages of Color #c1adbf

%34.65
%31.06
%34.29

CMYK Percentages of Color #c1adbf

%0
%10
%1
%24

Triadic Colors of #c1adbf

#c1adbf #bfc1ad #adbfc1

Analogous Colors of #c1adbf

#c1adbf #c1adb5 #b9adc1

Monochromatic Colors of #c1adbf

#c1adbf

Complementary Color

#c1adbf #adc1af

#c1adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1adbf Color CSS Codes

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

#c1adbf Text Font Color

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

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


#c1adbf Background Color

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

This div background color is #c1adbf


#c1adbf Border Color

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

This div border color is #c1adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1adbf


Comments

No comments written yet.

Please login to write comment.