Color Hex Logo

#ebeddd Color Hex

#EBEDDD
(235,237,221)
0 Favorites   0 Comments

Color spaces of #ebeddd

RGB 235237221
HSL0.190.310.90
HSV68°93°
CMYK 0.010.000.07   0.07
XYZ77.596383.451080.4245
Yxy83.45100.32130.3456
Hunter Lab91.3515-8.242711.7480
CIE-Lab93.2115-3.43037.5064

#ebeddd color RGB value is (235,237,221).

#ebeddd hex color red value is 235, green value is 237 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ebeddd hue: 0.19 , saturation: 0.31 and the lightness value of ebeddd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 11011101
Octal 353 355 335
Decimal 235 237 221
Hex EB ED DD

RGB Percentages of Color #ebeddd

%33.91
%34.20
%31.89

CMYK Percentages of Color #ebeddd

%1
%0
%7
%7

Triadic Colors of #ebeddd

#ebeddd #ddebed #edddeb

Analogous Colors of #ebeddd

#ebeddd #e3eddd #ede7dd

Monochromatic Colors of #ebeddd

#ebeddd

Complementary Color

#ebeddd #dfdded

#ebeddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeddd Color CSS Codes

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

#ebeddd Text Font Color

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

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


#ebeddd Background Color

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

This div background color is #ebeddd


#ebeddd Border Color

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

This div border color is #ebeddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeddd


Comments

No comments written yet.

Please login to write comment.