Color Hex Logo

#cfb4be Color Hex

#CFB4BE
(207,180,190)
0 Favorites   0 Comments

Color spaces of #cfb4be

RGB 207180190
HSL0.940.220.76
HSV338°13°81°
CMYK 0.000.130.08   0.19
XYZ51.347649.625655.5876
Yxy49.62560.32800.3170
Hunter Lab70.44546.82892.5268
CIE-Lab75.838911.3641-1.5034

#cfb4be color RGB value is (207,180,190).

#cfb4be hex color red value is 207, green value is 180 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cfb4be hue: 0.94 , saturation: 0.22 and the lightness value of cfb4be is 0.76.

The process color (four color CMYK) of #cfb4be color hex is 0.00, 0.13, 0.08, 0.19. Web safe color of #cfb4be is #cccccc. Color #cfb4be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110100 10111110
Octal 317 264 276
Decimal 207 180 190
Hex CF B4 BE

RGB Percentages of Color #cfb4be

%35.88
%31.20
%32.93

CMYK Percentages of Color #cfb4be

%0
%13
%8
%19

Triadic Colors of #cfb4be

#cfb4be #becfb4 #b4becf

Analogous Colors of #cfb4be

#cfb4be #cfb8b4 #cfb4cc

Monochromatic Colors of #cfb4be

#cfb4be

Complementary Color

#cfb4be #b4cfc5

#cfb4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb4be Color CSS Codes

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

#cfb4be Text Font Color

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

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


#cfb4be Background Color

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

This div background color is #cfb4be


#cfb4be Border Color

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

This div border color is #cfb4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb4be


Comments

No comments written yet.

Please login to write comment.