Color Hex Logo

#ebbfb9 Color Hex

#EBBFB9
(235,191,185)
0 Favorites   0 Comments

Color spaces of #ebbfb9

RGB 235191185
HSL0.020.560.82
HSV21°92°
CMYK 0.000.190.21   0.08
XYZ61.648758.426653.9272
Yxy58.42660.35430.3358
Hunter Lab76.437310.199711.6765
CIE-Lab80.975414.81398.9603

#ebbfb9 color RGB value is (235,191,185).

#ebbfb9 hex color red value is 235, green value is 191 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #ebbfb9 hue: 0.02 , saturation: 0.56 and the lightness value of ebbfb9 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 10111001
Octal 353 277 271
Decimal 235 191 185
Hex EB BF B9

RGB Percentages of Color #ebbfb9

%38.46
%31.26
%30.28

CMYK Percentages of Color #ebbfb9

%0
%19
%21
%8

Triadic Colors of #ebbfb9

#ebbfb9 #b9ebbf #bfb9eb

Analogous Colors of #ebbfb9

#ebbfb9 #ebd8b9 #ebb9cc

Monochromatic Colors of #ebbfb9

#ebbfb9

Complementary Color

#ebbfb9 #b9e5eb

#ebbfb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbfb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbfb9 Color CSS Codes

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

#ebbfb9 Text Font Color

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

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


#ebbfb9 Background Color

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

This div background color is #ebbfb9


#ebbfb9 Border Color

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

This div border color is #ebbfb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbfb9


Comments

No comments written yet.

Please login to write comment.