Color Hex Logo

#cfbeb2 Color Hex

#CFBEB2
(207,190,178)
0 Favorites   0 Comments

Color spaces of #cfbeb2

RGB 207190178
HSL0.070.230.75
HSV25°14°81°
CMYK 0.000.080.14   0.19
XYZ52.181553.306749.6584
Yxy53.30670.33630.3436
Hunter Lab73.0114-0.195510.7822
CIE-Lab78.05574.00148.2170

#cfbeb2 color RGB value is (207,190,178).

#cfbeb2 hex color red value is 207, green value is 190 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #cfbeb2 hue: 0.07 , saturation: 0.23 and the lightness value of cfbeb2 is 0.75.

The process color (four color CMYK) of #cfbeb2 color hex is 0.00, 0.08, 0.14, 0.19. Web safe color of #cfbeb2 is #cccc99. Color #cfbeb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111110 10110010
Octal 317 276 262
Decimal 207 190 178
Hex CF BE B2

RGB Percentages of Color #cfbeb2

%36.00
%33.04
%30.96

CMYK Percentages of Color #cfbeb2

%0
%8
%14
%19

Triadic Colors of #cfbeb2

#cfbeb2 #b2cfbe #beb2cf

Analogous Colors of #cfbeb2

#cfbeb2 #cfcdb2 #cfb2b5

Monochromatic Colors of #cfbeb2

#cfbeb2

Complementary Color

#cfbeb2 #b2c3cf

#cfbeb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbeb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbeb2 Color CSS Codes

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

#cfbeb2 Text Font Color

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

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


#cfbeb2 Background Color

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

This div background color is #cfbeb2


#cfbeb2 Border Color

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

This div border color is #cfbeb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbeb2


Comments

No comments written yet.

Please login to write comment.