Color Hex Logo

#cfaefd Color Hex

#CFAEFD
(207,174,253)
0 Favorites   0 Comments

Color spaces of #cfaefd

RGB 207174253
HSL0.740.950.84
HSV265°31°99°
CMYK 0.180.310.00   0.01
XYZ58.597850.629499.6125
Yxy50.62940.28060.2424
Hunter Lab71.154322.4802-33.1950
CIE-Lab76.454027.0419-34.7513

#cfaefd color RGB value is (207,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101110 11111101
Octal 317 256 375
Decimal 207 174 253
Hex CF AE FD

RGB Percentages of Color #cfaefd

%32.65
%27.44
%39.91

CMYK Percentages of Color #cfaefd

%18
%31
%0
%1

Triadic Colors of #cfaefd

#cfaefd #fdcfae #aefdcf

Analogous Colors of #cfaefd

#cfaefd #f7aefd #aeb5fd

Monochromatic Colors of #cfaefd

#cfaefd

Complementary Color

#cfaefd #dcfdae

#cfaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaefd Color CSS Codes

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

#cfaefd Text Font Color

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

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


#cfaefd Background Color

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

This div background color is #cfaefd


#cfaefd Border Color

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

This div border color is #cfaefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaefd


Comments

No comments written yet.

Please login to write comment.