Color Hex Logo

#c1aefb Color Hex

#C1AEFB
(193,174,251)
0 Favorites   0 Comments

Color spaces of #c1aefb

RGB 193174251
HSL0.710.910.83
HSV255°31°98°
CMYK 0.230.310.00   0.02
XYZ54.541048.574697.7680
Yxy48.57460.27150.2418
Hunter Lab69.695517.7201-34.3845
CIE-Lab75.185922.4514-35.7318

#c1aefb color RGB value is (193,174,251).

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

The process color (four color CMYK) of #c1aefb color hex is 0.23, 0.31, 0.00, 0.02. Web safe color of #c1aefb is #cc99ff. Color #c1aefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101110 11111011
Octal 301 256 373
Decimal 193 174 251
Hex C1 AE FB

RGB Percentages of Color #c1aefb

%31.23
%28.16
%40.61

CMYK Percentages of Color #c1aefb

%23
%31
%0
%2

Triadic Colors of #c1aefb

#c1aefb #fbc1ae #aefbc1

Analogous Colors of #c1aefb

#c1aefb #e8aefb #aec2fb

Monochromatic Colors of #c1aefb

#c1aefb

Complementary Color

#c1aefb #e8fbae

#c1aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1aefb Color CSS Codes

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

#c1aefb Text Font Color

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

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


#c1aefb Background Color

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

This div background color is #c1aefb


#c1aefb Border Color

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

This div border color is #c1aefb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,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 #c1aefb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1aefb


Comments

No comments written yet.

Please login to write comment.