Color Hex Logo

#cfabba Color Hex

#CFABBA
(207,171,186)
0 Favorites   0 Comments

Color spaces of #cfabba

RGB 207171186
HSL0.930.270.74
HSV335°17°81°
CMYK 0.000.170.10   0.19
XYZ49.158045.936452.7301
Yxy45.93640.33250.3107
Hunter Lab67.776410.85681.3158
CIE-Lab73.504215.5546-2.7413

#cfabba color RGB value is (207,171,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101011 10111010
Octal 317 253 272
Decimal 207 171 186
Hex CF AB BA

RGB Percentages of Color #cfabba

%36.70
%30.32
%32.98

CMYK Percentages of Color #cfabba

%0
%17
%10
%19

Triadic Colors of #cfabba

#cfabba #bacfab #abbacf

Analogous Colors of #cfabba

#cfabba #cfaeab #cfabcc

Monochromatic Colors of #cfabba

#cfabba

Complementary Color

#cfabba #abcfc0

#cfabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfabba Color CSS Codes

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

#cfabba Text Font Color

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

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


#cfabba Background Color

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

This div background color is #cfabba


#cfabba Border Color

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

This div border color is #cfabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfabba


Comments

No comments written yet.

Please login to write comment.