Color Hex Logo

#c0adfe Color Hex

#C0ADFE
(192,173,254)
0 Favorites   0 Comments

Color spaces of #c0adfe

RGB 192173254
HSL0.710.980.84
HSV254°32°100°
CMYK 0.240.320.00   0.00
XYZ54.571248.2494100.2028
Yxy48.24940.26880.2377
Hunter Lab69.461818.6767-36.9061
CIE-Lab74.982023.4072-37.6720

#c0adfe color RGB value is (192,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101101 11111110
Octal 300 255 376
Decimal 192 173 254
Hex C0 AD FE

RGB Percentages of Color #c0adfe

%31.02
%27.95
%41.03

CMYK Percentages of Color #c0adfe

%24
%32
%0
%0

Triadic Colors of #c0adfe

#c0adfe #fec0ad #adfec0

Analogous Colors of #c0adfe

#c0adfe #e9adfe #adc3fe

Monochromatic Colors of #c0adfe

#c0adfe

Complementary Color

#c0adfe #ebfead

#c0adfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0adfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0adfe Color CSS Codes

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

#c0adfe Text Font Color

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

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


#c0adfe Background Color

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

This div background color is #c0adfe


#c0adfe Border Color

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

This div border color is #c0adfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0adfe


Comments

No comments written yet.

Please login to write comment.