Color Hex Logo

#c0afed Color Hex

#C0AFED
(192,175,237)
0 Favorites   0 Comments

Color spaces of #c0afed

RGB 192175237
HSL0.710.630.81
HSV256°26°93°
CMYK 0.190.260.00   0.07
XYZ52.354347.980886.6226
Yxy47.98080.28000.2566
Hunter Lab69.268213.6946-25.6568
CIE-Lab74.812818.4309-28.7454

#c0afed color RGB value is (192,175,237).

#c0afed hex color red value is 192, green value is 175 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c0afed hue: 0.71 , saturation: 0.63 and the lightness value of c0afed is 0.81.

The process color (four color CMYK) of #c0afed color hex is 0.19, 0.26, 0.00, 0.07. Web safe color of #c0afed is #cc99ff. Color #c0afed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101111 11101101
Octal 300 257 355
Decimal 192 175 237
Hex C0 AF ED

RGB Percentages of Color #c0afed

%31.79
%28.97
%39.24

CMYK Percentages of Color #c0afed

%19
%26
%0
%7

Triadic Colors of #c0afed

#c0afed #edc0af #afedc0

Analogous Colors of #c0afed

#c0afed #dfafed #afbded

Monochromatic Colors of #c0afed

#c0afed

Complementary Color

#c0afed #dcedaf

#c0afed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0afed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0afed Color CSS Codes

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

#c0afed Text Font Color

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

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


#c0afed Background Color

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

This div background color is #c0afed


#c0afed Border Color

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

This div border color is #c0afed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0afed


Comments

No comments written yet.

Please login to write comment.