Color Hex Logo

#c5adeb Color Hex

#C5ADEB
(197,173,235)
0 Favorites   0 Comments

Color spaces of #c5adeb

RGB 197173235
HSL0.730.610.80
HSV263°26°92°
CMYK 0.160.260.00   0.08
XYZ52.964947.755685.0235
Yxy47.75560.28510.2571
Hunter Lab69.105415.8744-24.5733
CIE-Lab74.670520.6315-27.8433

#c5adeb color RGB value is (197,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101101 11101011
Octal 305 255 353
Decimal 197 173 235
Hex C5 AD EB

RGB Percentages of Color #c5adeb

%32.56
%28.60
%38.84

CMYK Percentages of Color #c5adeb

%16
%26
%0
%8

Triadic Colors of #c5adeb

#c5adeb #ebc5ad #adebc5

Analogous Colors of #c5adeb

#c5adeb #e4adeb #adb4eb

Monochromatic Colors of #c5adeb

#c5adeb

Complementary Color

#c5adeb #d3ebad

#c5adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5adeb Color CSS Codes

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

#c5adeb Text Font Color

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

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


#c5adeb Background Color

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

This div background color is #c5adeb


#c5adeb Border Color

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

This div border color is #c5adeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,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 #c5adeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5adeb


Comments

No comments written yet.

Please login to write comment.