Color Hex Logo

#c4aefd Color Hex

#C4AEFD
(196,174,253)
0 Favorites   0 Comments

Color spaces of #c4aefd

RGB 196174253
HSL0.710.950.84
HSV257°31°99°
CMYK 0.230.310.00   0.01
XYZ55.630649.099799.4736
Yxy49.09970.27240.2404
Hunter Lab70.071219.0894-35.1187
CIE-Lab75.513323.7888-36.2828

#c4aefd color RGB value is (196,174,253).

#c4aefd hex color red value is 196, green value is 174 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c4aefd hue: 0.71 , saturation: 0.95 and the lightness value of c4aefd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101110 11111101
Octal 304 256 375
Decimal 196 174 253
Hex C4 AE FD

RGB Percentages of Color #c4aefd

%31.46
%27.93
%40.61

CMYK Percentages of Color #c4aefd

%23
%31
%0
%1

Triadic Colors of #c4aefd

#c4aefd #fdc4ae #aefdc4

Analogous Colors of #c4aefd

#c4aefd #ecaefd #aec0fd

Monochromatic Colors of #c4aefd

#c4aefd

Complementary Color

#c4aefd #e7fdae

#c4aefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4aefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4aefd Color CSS Codes

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

#c4aefd Text Font Color

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

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


#c4aefd Background Color

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

This div background color is #c4aefd


#c4aefd Border Color

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

This div border color is #c4aefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4aefd

Related Colors


Comments

No comments written yet.

Please login to write comment.