Color Hex Logo

#cfabeb Color Hex

#CFABEB
(207,171,235)
0 Favorites   0 Comments

Color spaces of #cfabeb

RGB 207171235
HSL0.760.620.80
HSV274°27°92°
CMYK 0.120.270.00   0.08
XYZ55.290448.389485.0232
Yxy48.38940.29300.2564
Hunter Lab69.562520.1429-23.7738
CIE-Lab75.069924.8459-27.1545

#cfabeb color RGB value is (207,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101011 11101011
Octal 317 253 353
Decimal 207 171 235
Hex CF AB EB

RGB Percentages of Color #cfabeb

%33.77
%27.90
%38.34

CMYK Percentages of Color #cfabeb

%12
%27
%0
%8

Triadic Colors of #cfabeb

#cfabeb #ebcfab #abebcf

Analogous Colors of #cfabeb

#cfabeb #ebabe7 #afabeb

Monochromatic Colors of #cfabeb

#cfabeb

Complementary Color

#cfabeb #c7ebab

#cfabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfabeb Color CSS Codes

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

#cfabeb Text Font Color

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

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


#cfabeb Background Color

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

This div background color is #cfabeb


#cfabeb Border Color

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

This div border color is #cfabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfabeb


Comments

No comments written yet.

Please login to write comment.