Color Hex Logo

#ebedd5 Color Hex

#EBEDD5
(235,237,213)
0 Favorites   0 Comments

Color spaces of #ebedd5

RGB 235237213
HSL0.180.400.88
HSV65°10°93°
CMYK 0.010.000.10   0.07
XYZ76.555483.034674.9432
Yxy83.03460.32640.3540
Hunter Lab91.1233-9.502715.0240
CIE-Lab93.0296-4.745011.3969

#ebedd5 color RGB value is (235,237,213).

#ebedd5 hex color red value is 235, green value is 237 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #ebedd5 hue: 0.18 , saturation: 0.40 and the lightness value of ebedd5 is 0.88.

The process color (four color CMYK) of #ebedd5 color hex is 0.01, 0.00, 0.10, 0.07. Web safe color of #ebedd5 is #ffffcc. Color #ebedd5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 11010101
Octal 353 355 325
Decimal 235 237 213
Hex EB ED D5

RGB Percentages of Color #ebedd5

%34.31
%34.60
%31.09

CMYK Percentages of Color #ebedd5

%1
%0
%10
%7

Triadic Colors of #ebedd5

#ebedd5 #d5ebed #edd5eb

Analogous Colors of #ebedd5

#ebedd5 #dfedd5 #ede3d5

Monochromatic Colors of #ebedd5

#ebedd5

Complementary Color

#ebedd5 #d7d5ed

#ebedd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebedd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebedd5 Color CSS Codes

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

#ebedd5 Text Font Color

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

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


#ebedd5 Background Color

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

This div background color is #ebedd5


#ebedd5 Border Color

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

This div border color is #ebedd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebedd5


Comments

No comments written yet.

Please login to write comment.