Color Hex Logo

#ebeedb Color Hex

#EBEEDB
(235,238,219)
0 Favorites   0 Comments

Color spaces of #ebeedb

RGB 235238219
HSL0.190.360.90
HSV69°93°
CMYK 0.010.000.08   0.07
XYZ77.621783.925779.1260
Yxy83.92570.32250.3487
Hunter Lab91.6110-9.076712.9179
CIE-Lab93.4182-4.27028.8411

#ebeedb color RGB value is (235,238,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101110 11011011
Octal 353 356 333
Decimal 235 238 219
Hex EB EE DB

RGB Percentages of Color #ebeedb

%33.96
%34.39
%31.65

CMYK Percentages of Color #ebeedb

%1
%0
%8
%7

Triadic Colors of #ebeedb

#ebeedb #dbebee #eedbeb

Analogous Colors of #ebeedb

#ebeedb #e2eedb #eee8db

Monochromatic Colors of #ebeedb

#ebeedb

Complementary Color

#ebeedb #dedbee

#ebeedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeedb Color CSS Codes

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

#ebeedb Text Font Color

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

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


#ebeedb Background Color

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

This div background color is #ebeedb


#ebeedb Border Color

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

This div border color is #ebeedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeedb

#ebeedb Color Palettes


Comments

No comments written yet.

Please login to write comment.