Color Hex Logo

#ebbfb4 Color Hex

#EBBFB4
(235,191,180)
0 Favorites   0 Comments

Color spaces of #ebbfb4

RGB 235191180
HSL0.030.580.81
HSV12°23°92°
CMYK 0.000.190.23   0.08
XYZ61.130058.219151.1955
Yxy58.21910.35840.3414
Hunter Lab76.30149.480313.6296
CIE-Lab80.860514.092011.4804

#ebbfb4 color RGB value is (235,191,180).

#ebbfb4 hex color red value is 235, green value is 191 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #ebbfb4 hue: 0.03 , saturation: 0.58 and the lightness value of ebbfb4 is 0.81.

The process color (four color CMYK) of #ebbfb4 color hex is 0.00, 0.19, 0.23, 0.08. Web safe color of #ebbfb4 is #ffcccc. Color #ebbfb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 10110100
Octal 353 277 264
Decimal 235 191 180
Hex EB BF B4

RGB Percentages of Color #ebbfb4

%38.78
%31.52
%29.70

CMYK Percentages of Color #ebbfb4

%0
%19
%23
%8

Triadic Colors of #ebbfb4

#ebbfb4 #b4ebbf #bfb4eb

Analogous Colors of #ebbfb4

#ebbfb4 #ebdbb4 #ebb4c5

Monochromatic Colors of #ebbfb4

#ebbfb4

Complementary Color

#ebbfb4 #b4e0eb

#ebbfb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbfb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbfb4 Color CSS Codes

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

#ebbfb4 Text Font Color

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

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


#ebbfb4 Background Color

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

This div background color is #ebbfb4


#ebbfb4 Border Color

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

This div border color is #ebbfb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbfb4


Comments

No comments written yet.

Please login to write comment.