Color Hex Logo

#edeeeb Color Hex

#EDEEEB
(237,238,235)
1 Favorites   0 Comments

Color spaces of #edeeeb

RGB 237238235
HSL0.220.080.93
HSV80°93°
CMYK 0.000.000.01   0.07
XYZ80.495085.151890.7907
Yxy85.15180.31390.3321
Hunter Lab92.2777-5.77836.2599
CIE-Lab93.9485-0.85891.3212

#edeeeb color RGB value is (237,238,235).

#edeeeb hex color red value is 237, green value is 238 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #edeeeb hue: 0.22 , saturation: 0.08 and the lightness value of edeeeb is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101110 11101011
Octal 355 356 353
Decimal 237 238 235
Hex ED EE EB

RGB Percentages of Color #edeeeb

%33.38
%33.52
%33.10

CMYK Percentages of Color #edeeeb

%0
%0
%1
%7

Triadic Colors of #edeeeb

#edeeeb #ebedee #eeebed

Analogous Colors of #edeeeb

#edeeeb #eceeeb #eeeeeb

Monochromatic Colors of #edeeeb

#edeeeb

Complementary Color

#edeeeb #ecebee

#edeeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeeeb Color CSS Codes

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

#edeeeb Text Font Color

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

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


#edeeeb Background Color

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

This div background color is #edeeeb


#edeeeb Border Color

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

This div border color is #edeeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeeeb


Comments

No comments written yet.

Please login to write comment.