Color Hex Logo

#c2adff Color Hex

#C2ADFF
(194,173,255)
0 Favorites   0 Comments

Color spaces of #c2adff

RGB 194173255
HSL0.711.000.84
HSV255°32°100°
CMYK 0.240.320.00   0.00
XYZ55.241748.5765101.0724
Yxy48.57650.26960.2371
Hunter Lab69.696819.5096-37.1929
CIE-Lab75.187124.2180-37.8795

#c2adff color RGB value is (194,173,255).

#c2adff hex color red value is 194, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c2adff hue: 0.71 , saturation: 1.00 and the lightness value of c2adff is 0.84.

The process color (four color CMYK) of #c2adff color hex is 0.24, 0.32, 0.00, 0.00. Web safe color of #c2adff is #cc99ff. Color #c2adff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101101 11111111
Octal 302 255 377
Decimal 194 173 255
Hex C2 AD FF

RGB Percentages of Color #c2adff

%31.19
%27.81
%41.00

CMYK Percentages of Color #c2adff

%24
%32
%0
%0

Triadic Colors of #c2adff

#c2adff #ffc2ad #adffc2

Analogous Colors of #c2adff

#c2adff #ebadff #adc1ff

Monochromatic Colors of #c2adff

#c2adff

Complementary Color

#c2adff #eaffad

#c2adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2adff Color CSS Codes

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

#c2adff Text Font Color

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

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


#c2adff Background Color

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

This div background color is #c2adff


#c2adff Border Color

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

This div border color is #c2adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2adff

Related Colors


Comments

No comments written yet.

Please login to write comment.