color codes Logo

#c0aefb color codes

#C0AEFB
(192,174,251)
0 Favorites   0 Comments

Color spaces of #c0aefb

RGB 192174251
HSL0.710.910.83
HSV254°31°98°
CMYK 0.240.310.00   0.02
XYZ54.286948.443697.7561
Yxy48.44360.27080.2416
Hunter Lab69.601417.4218-34.5526
CIE-Lab75.103922.1588-35.8654

#c0aefb color RGB value is (192,174,251).

#c0aefb hex color red value is 192, green value is 174 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c0aefb hue: 0.71 , saturation: 0.91 and the lightness value of c0aefb is 0.83.

The process color (four color CMYK) of #c0aefb color code is 0.24, 0.31, 0.00, 0.02. Web safe color of #c0aefb is #cc99ff. Color #c0aefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101110 11111011
Octal 300 256 373
Decimal 192 174 251
Hex C0 AE FB

RGB Percentages of Color #c0aefb

%31.12
%28.20
%40.68

CMYK Percentages of Color #c0aefb

%24
%31
%0
%2

Triadic Colors of #c0aefb

#c0aefb #fbc0ae #aefbc0

Analogous Colors of #c0aefb

#c0aefb #e7aefb #aec3fb

Monochromatic Colors of #c0aefb

#c0aefb

Complementary Color

#c0aefb #e9fbae

#c0aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0aefb Color CSS Codes

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

#c0aefb Text Font Color

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

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


#c0aefb Background Color

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

This div background color is #c0aefb


#c0aefb Border Color

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

This div border color is #c0aefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0aefb

Related Colors


Comments

No comments written yet.

Please login to write comment.