Color Hex Logo

#cfadbb Color Hex

#CFADBB
(207,173,187)
0 Favorites   0 Comments

Color spaces of #cfadbb

RGB 207173187
HSL0.930.260.75
HSV335°16°81°
CMYK 0.000.160.10   0.19
XYZ49.645346.740453.4189
Yxy46.74040.33140.3120
Hunter Lab68.36709.97731.5303
CIE-Lab74.023414.6386-2.5271

#cfadbb color RGB value is (207,173,187).

#cfadbb hex color red value is 207, green value is 173 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cfadbb hue: 0.93 , saturation: 0.26 and the lightness value of cfadbb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 10111011
Octal 317 255 273
Decimal 207 173 187
Hex CF AD BB

RGB Percentages of Color #cfadbb

%36.51
%30.51
%32.98

CMYK Percentages of Color #cfadbb

%0
%16
%10
%19

Triadic Colors of #cfadbb

#cfadbb #bbcfad #adbbcf

Analogous Colors of #cfadbb

#cfadbb #cfb0ad #cfadcc

Monochromatic Colors of #cfadbb

#cfadbb

Complementary Color

#cfadbb #adcfc1

#cfadbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfadbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfadbb Color CSS Codes

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

#cfadbb Text Font Color

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

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


#cfadbb Background Color

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

This div background color is #cfadbb


#cfadbb Border Color

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

This div border color is #cfadbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfadbb


Comments

No comments written yet.

Please login to write comment.