Color Hex Logo

#c5adda Color Hex

#C5ADDA
(197,173,218)
0 Favorites   0 Comments

Color spaces of #c5adda

RGB 197173218
HSL0.760.380.77
HSV272°21°85°
CMYK 0.100.210.00   0.15
XYZ50.624446.819472.6985
Yxy46.81940.29750.2752
Hunter Lab68.424712.3210-15.0960
CIE-Lab74.074117.0501-19.5040

#c5adda color RGB value is (197,173,218).

#c5adda hex color red value is 197, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c5adda hue: 0.76 , saturation: 0.38 and the lightness value of c5adda is 0.77.

The process color (four color CMYK) of #c5adda color hex is 0.10, 0.21, 0.00, 0.15. Web safe color of #c5adda is #cc99cc. Color #c5adda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101101 11011010
Octal 305 255 332
Decimal 197 173 218
Hex C5 AD DA

RGB Percentages of Color #c5adda

%33.50
%29.42
%37.07

CMYK Percentages of Color #c5adda

%10
%21
%0
%15

Triadic Colors of #c5adda

#c5adda #dac5ad #addac5

Analogous Colors of #c5adda

#c5adda #daadd9 #afadda

Monochromatic Colors of #c5adda

#c5adda

Complementary Color

#c5adda #c2daad

#c5adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5adda Color CSS Codes

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

#c5adda Text Font Color

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

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


#c5adda Background Color

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

This div background color is #c5adda


#c5adda Border Color

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

This div border color is #c5adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5adda


Comments

No comments written yet.

Please login to write comment.