Color Hex Logo

#c1adeb Color Hex

#C1ADEB
(193,173,235)
0 Favorites   0 Comments

Color spaces of #c1adeb

RGB 193173235
HSL0.720.610.80
HSV259°26°92°
CMYK 0.180.260.00   0.08
XYZ51.931347.222884.9751
Yxy47.22280.28200.2565
Hunter Lab68.718814.6357-25.2126
CIE-Lab74.332119.3963-28.3918

#c1adeb color RGB value is (193,173,235).

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

The process color (four color CMYK) of #c1adeb color hex is 0.18, 0.26, 0.00, 0.08. Web safe color of #c1adeb is #cc99ff. Color #c1adeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101101 11101011
Octal 301 255 353
Decimal 193 173 235
Hex C1 AD EB

RGB Percentages of Color #c1adeb

%32.11
%28.79
%39.10

CMYK Percentages of Color #c1adeb

%18
%26
%0
%8

Triadic Colors of #c1adeb

#c1adeb #ebc1ad #adebc1

Analogous Colors of #c1adeb

#c1adeb #e0adeb #adb8eb

Monochromatic Colors of #c1adeb

#c1adeb

Complementary Color

#c1adeb #d7ebad

#c1adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1adeb Color CSS Codes

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

#c1adeb Text Font Color

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

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


#c1adeb Background Color

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

This div background color is #c1adeb


#c1adeb Border Color

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

This div border color is #c1adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1adeb


Comments

No comments written yet.

Please login to write comment.