Color Hex Logo

#ebdfbe Color Hex

#EBDFBE
(235,223,190)
0 Favorites   0 Comments

Color spaces of #ebdfbe

RGB 235223190
HSL0.120.530.83
HSV44°19°92°
CMYK 0.000.050.19   0.08
XYZ69.942974.155259.3422
Yxy74.15520.34380.3645
Hunter Lab86.1134-5.717519.4217
CIE-Lab88.9958-1.157417.6601

#ebdfbe color RGB value is (235,223,190).

#ebdfbe hex color red value is 235, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ebdfbe hue: 0.12 , saturation: 0.53 and the lightness value of ebdfbe is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 10111110
Octal 353 337 276
Decimal 235 223 190
Hex EB DF BE

RGB Percentages of Color #ebdfbe

%36.27
%34.41
%29.32

CMYK Percentages of Color #ebdfbe

%0
%5
%19
%8

Triadic Colors of #ebdfbe

#ebdfbe #beebdf #dfbeeb

Analogous Colors of #ebdfbe

#ebdfbe #e1ebbe #ebc9be

Monochromatic Colors of #ebdfbe

#ebdfbe

Complementary Color

#ebdfbe #becaeb

#ebdfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdfbe Color CSS Codes

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

#ebdfbe Text Font Color

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

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


#ebdfbe Background Color

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

This div background color is #ebdfbe


#ebdfbe Border Color

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

This div border color is #ebdfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdfbe


Comments

No comments written yet.

Please login to write comment.