Color Hex Logo

#cfabbe Color Hex

#CFABBE
(207,171,190)
0 Favorites   0 Comments

Color spaces of #cfabbe

RGB 207171190
HSL0.910.270.74
HSV328°17°81°
CMYK 0.000.170.08   0.19
XYZ49.589346.108955.0015
Yxy46.10890.32910.3060
Hunter Lab67.903511.5257-0.4921
CIE-Lab73.616116.2427-4.7719

#cfabbe color RGB value is (207,171,190).

#cfabbe hex color red value is 207, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cfabbe hue: 0.91 , saturation: 0.27 and the lightness value of cfabbe is 0.74.

The process color (four color CMYK) of #cfabbe color hex is 0.00, 0.17, 0.08, 0.19. Web safe color of #cfabbe is #cc99cc. Color #cfabbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101011 10111110
Octal 317 253 276
Decimal 207 171 190
Hex CF AB BE

RGB Percentages of Color #cfabbe

%36.44
%30.11
%33.45

CMYK Percentages of Color #cfabbe

%0
%17
%8
%19

Triadic Colors of #cfabbe

#cfabbe #becfab #abbecf

Analogous Colors of #cfabbe

#cfabbe #cfabac #ceabcf

Monochromatic Colors of #cfabbe

#cfabbe

Complementary Color

#cfabbe #abcfbc

#cfabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfabbe Color CSS Codes

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

#cfabbe Text Font Color

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

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


#cfabbe Background Color

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

This div background color is #cfabbe


#cfabbe Border Color

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

This div border color is #cfabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfabbe


Comments

No comments written yet.

Please login to write comment.