Color Hex Logo

#cfabee Color Hex

#CFABEE
(207,171,238)
0 Favorites   0 Comments

Color spaces of #cfabee

RGB 207171238
HSL0.760.660.80
HSV272°28°93°
CMYK 0.130.280.00   0.07
XYZ55.727748.564387.3256
Yxy48.56430.29080.2534
Hunter Lab69.688120.7875-25.5142
CIE-Lab75.179525.4710-28.6132

#cfabee color RGB value is (207,171,238).

#cfabee hex color red value is 207, green value is 171 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cfabee hue: 0.76 , saturation: 0.66 and the lightness value of cfabee is 0.80.

The process color (four color CMYK) of #cfabee color hex is 0.13, 0.28, 0.00, 0.07. Web safe color of #cfabee is #cc99ff. Color #cfabee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101011 11101110
Octal 317 253 356
Decimal 207 171 238
Hex CF AB EE

RGB Percentages of Color #cfabee

%33.60
%27.76
%38.64

CMYK Percentages of Color #cfabee

%13
%28
%0
%7

Triadic Colors of #cfabee

#cfabee #eecfab #abeecf

Analogous Colors of #cfabee

#cfabee #eeabec #aeabee

Monochromatic Colors of #cfabee

#cfabee

Complementary Color

#cfabee #caeeab

#cfabee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfabee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfabee Color CSS Codes

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

#cfabee Text Font Color

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

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


#cfabee Background Color

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

This div background color is #cfabee


#cfabee Border Color

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

This div border color is #cfabee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,171,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfabee


Comments

No comments written yet.

Please login to write comment.