Color Hex Logo

#cfaceb Color Hex

#CFACEB
(207,172,235)
0 Favorites   0 Comments

Color spaces of #cfaceb

RGB 207172235
HSL0.760.610.80
HSV273°27°92°
CMYK 0.120.270.00   0.08
XYZ55.480048.768685.0864
Yxy48.76860.29300.2576
Hunter Lab69.834519.5988-23.3548
CIE-Lab75.307124.2998-26.7910

#cfaceb color RGB value is (207,172,235).

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

The process color (four color CMYK) of #cfaceb color hex is 0.12, 0.27, 0.00, 0.08. Web safe color of #cfaceb is #cc99ff. Color #cfaceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101100 11101011
Octal 317 254 353
Decimal 207 172 235
Hex CF AC EB

RGB Percentages of Color #cfaceb

%33.71
%28.01
%38.27

CMYK Percentages of Color #cfaceb

%12
%27
%0
%8

Triadic Colors of #cfaceb

#cfaceb #ebcfac #acebcf

Analogous Colors of #cfaceb

#cfaceb #ebace8 #b0aceb

Monochromatic Colors of #cfaceb

#cfaceb

Complementary Color

#cfaceb #c8ebac

#cfaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaceb Color CSS Codes

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

#cfaceb Text Font Color

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

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


#cfaceb Background Color

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

This div background color is #cfaceb


#cfaceb Border Color

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

This div border color is #cfaceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaceb


Comments

No comments written yet.

Please login to write comment.