Color Hex Logo

#cfbec4 Color Hex

#CFBEC4
(207,190,196)
0 Favorites   0 Comments

Color spaces of #cfbec4

RGB 207190196
HSL0.940.150.78
HSV339°81°
CMYK 0.000.080.05   0.19
XYZ54.109454.077859.8107
Yxy54.07780.32210.3219
Hunter Lab73.53762.65053.2537
CIE-Lab78.50717.0372-0.8526

#cfbec4 color RGB value is (207,190,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111110 11000100
Octal 317 276 304
Decimal 207 190 196
Hex CF BE C4

RGB Percentages of Color #cfbec4

%34.91
%32.04
%33.05

CMYK Percentages of Color #cfbec4

%0
%8
%5
%19

Triadic Colors of #cfbec4

#cfbec4 #c4cfbe #bec4cf

Analogous Colors of #cfbec4

#cfbec4 #cfc1be #cfbecd

Monochromatic Colors of #cfbec4

#cfbec4

Complementary Color

#cfbec4 #becfc9

#cfbec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbec4 Color CSS Codes

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

#cfbec4 Text Font Color

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

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


#cfbec4 Background Color

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

This div background color is #cfbec4


#cfbec4 Border Color

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

This div border color is #cfbec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbec4


Comments

No comments written yet.

Please login to write comment.