Color Hex Logo

#ebbdb4 Color Hex

#EBBDB4
(235,189,180)
0 Favorites   0 Comments

Color spaces of #ebbdb4

RGB 235189180
HSL0.030.580.81
HSV10°23°92°
CMYK 0.000.200.23   0.08
XYZ60.696857.352651.0511
Yxy57.35260.35890.3392
Hunter Lab75.731510.532913.0443
CIE-Lab80.377515.151710.7941

#ebbdb4 color RGB value is (235,189,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111101 10110100
Octal 353 275 264
Decimal 235 189 180
Hex EB BD B4

RGB Percentages of Color #ebbdb4

%38.91
%31.29
%29.80

CMYK Percentages of Color #ebbdb4

%0
%20
%23
%8

Triadic Colors of #ebbdb4

#ebbdb4 #b4ebbd #bdb4eb

Analogous Colors of #ebbdb4

#ebbdb4 #ebd9b4 #ebb4c7

Monochromatic Colors of #ebbdb4

#ebbdb4

Complementary Color

#ebbdb4 #b4e2eb

#ebbdb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbdb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbdb4 Color CSS Codes

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

#ebbdb4 Text Font Color

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

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


#ebbdb4 Background Color

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

This div background color is #ebbdb4


#ebbdb4 Border Color

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

This div border color is #ebbdb4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,189,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 #ebbdb4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbdb4


Comments

No comments written yet.

Please login to write comment.