Color Hex Logo

#cfbeb6 Color Hex

#CFBEB6
(207,190,182)
0 Favorites   0 Comments

Color spaces of #cfbeb6

RGB 207190182
HSL0.050.210.76
HSV19°12°81°
CMYK 0.000.080.12   0.19
XYZ52.589153.469751.8049
Yxy53.46970.33310.3387
Hunter Lab73.12300.40979.1813
CIE-Lab78.15154.65186.1952

#cfbeb6 color RGB value is (207,190,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111110 10110110
Octal 317 276 266
Decimal 207 190 182
Hex CF BE B6

RGB Percentages of Color #cfbeb6

%35.75
%32.82
%31.43

CMYK Percentages of Color #cfbeb6

%0
%8
%12
%19

Triadic Colors of #cfbeb6

#cfbeb6 #b6cfbe #beb6cf

Analogous Colors of #cfbeb6

#cfbeb6 #cfcbb6 #cfb6bb

Monochromatic Colors of #cfbeb6

#cfbeb6

Complementary Color

#cfbeb6 #b6c7cf

#cfbeb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbeb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbeb6 Color CSS Codes

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

#cfbeb6 Text Font Color

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

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


#cfbeb6 Background Color

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

This div background color is #cfbeb6


#cfbeb6 Border Color

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

This div border color is #cfbeb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbeb6

#cfbeb6 Color Palettes


Comments

No comments written yet.

Please login to write comment.