Color Hex Logo

#ebcfb0 Color Hex

#EBCFB0
(235,207,176)
0 Favorites   0 Comments

Color spaces of #ebcfb0

RGB 235207176
HSL0.090.600.81
HSV32°25°92°
CMYK 0.000.120.25   0.08
XYZ64.410265.422450.3073
Yxy65.42240.35760.3632
Hunter Lab80.88410.597219.7424
CIE-Lab84.70095.123819.0066

#ebcfb0 color RGB value is (235,207,176).

#ebcfb0 hex color red value is 235, green value is 207 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #ebcfb0 hue: 0.09 , saturation: 0.60 and the lightness value of ebcfb0 is 0.81.

The process color (four color CMYK) of #ebcfb0 color hex is 0.00, 0.12, 0.25, 0.08. Web safe color of #ebcfb0 is #ffcc99. Color #ebcfb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001111 10110000
Octal 353 317 260
Decimal 235 207 176
Hex EB CF B0

RGB Percentages of Color #ebcfb0

%38.03
%33.50
%28.48

CMYK Percentages of Color #ebcfb0

%0
%12
%25
%8

Triadic Colors of #ebcfb0

#ebcfb0 #b0ebcf #cfb0eb

Analogous Colors of #ebcfb0

#ebcfb0 #eaebb0 #ebb2b0

Monochromatic Colors of #ebcfb0

#ebcfb0

Complementary Color

#ebcfb0 #b0cceb

#ebcfb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcfb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcfb0 Color CSS Codes

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

#ebcfb0 Text Font Color

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

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


#ebcfb0 Background Color

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

This div background color is #ebcfb0


#ebcfb0 Border Color

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

This div border color is #ebcfb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcfb0

#ebcfb0 Color Palettes


Comments

No comments written yet.

Please login to write comment.