Color Hex Logo

#ebedab Color Hex

#EBEDAB
(235,237,171)
0 Favorites   0 Comments

Color spaces of #ebedab

RGB 235237171
HSL0.170.650.80
HSV62°28°93°
CMYK 0.010.000.28   0.07
XYZ71.895881.170850.4063
Yxy81.17080.35330.3989
Hunter Lab90.0948-15.222729.8948
CIE-Lab92.2076-10.838831.8478

#ebedab color RGB value is (235,237,171).

#ebedab hex color red value is 235, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ebedab hue: 0.17 , saturation: 0.65 and the lightness value of ebedab is 0.80.

The process color (four color CMYK) of #ebedab color hex is 0.01, 0.00, 0.28, 0.07. Web safe color of #ebedab is #ffff99. Color #ebedab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 10101011
Octal 353 355 253
Decimal 235 237 171
Hex EB ED AB

RGB Percentages of Color #ebedab

%36.55
%36.86
%26.59

CMYK Percentages of Color #ebedab

%1
%0
%28
%7

Triadic Colors of #ebedab

#ebedab #abebed #edabeb

Analogous Colors of #ebedab

#ebedab #caedab #edceab

Monochromatic Colors of #ebedab

#ebedab

Complementary Color

#ebedab #adabed

#ebedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebedab Color CSS Codes

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

#ebedab Text Font Color

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

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


#ebedab Background Color

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

This div background color is #ebedab


#ebedab Border Color

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

This div border color is #ebedab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebedab


Comments

No comments written yet.

Please login to write comment.