Color Hex Logo

#ebdfb1 Color Hex

#EBDFB1
(235,223,177)
0 Favorites   0 Comments

Color spaces of #ebdfb1

RGB 235223177
HSL0.130.590.81
HSV48°25°92°
CMYK 0.000.050.25   0.08
XYZ68.584473.611852.1887
Yxy73.61180.35280.3787
Hunter Lab85.7973-7.456523.9933
CIE-Lab88.7387-2.991024.0643

#ebdfb1 color RGB value is (235,223,177).

#ebdfb1 hex color red value is 235, green value is 223 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #ebdfb1 hue: 0.13 , saturation: 0.59 and the lightness value of ebdfb1 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 10110001
Octal 353 337 261
Decimal 235 223 177
Hex EB DF B1

RGB Percentages of Color #ebdfb1

%37.01
%35.12
%27.87

CMYK Percentages of Color #ebdfb1

%0
%5
%25
%8

Triadic Colors of #ebdfb1

#ebdfb1 #b1ebdf #dfb1eb

Analogous Colors of #ebdfb1

#ebdfb1 #daebb1 #ebc2b1

Monochromatic Colors of #ebdfb1

#ebdfb1

Complementary Color

#ebdfb1 #b1bdeb

#ebdfb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdfb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdfb1 Color CSS Codes

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

#ebdfb1 Text Font Color

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

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


#ebdfb1 Background Color

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

This div background color is #ebdfb1


#ebdfb1 Border Color

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

This div border color is #ebdfb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdfb1


Comments

No comments written yet.

Please login to write comment.