Color Hex Logo

#ebeddb Color Hex

#EBEDDB
(235,237,219)
0 Favorites   0 Comments

Color spaces of #ebeddb

RGB 235237219
HSL0.190.330.89
HSV67°93°
CMYK 0.010.000.08   0.07
XYZ77.331383.345079.0292
Yxy83.34500.32260.3477
Hunter Lab91.2935-8.562912.5804
CIE-Lab93.1653-3.76358.4783

#ebeddb color RGB value is (235,237,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 11011011
Octal 353 355 333
Decimal 235 237 219
Hex EB ED DB

RGB Percentages of Color #ebeddb

%34.01
%34.30
%31.69

CMYK Percentages of Color #ebeddb

%1
%0
%8
%7

Triadic Colors of #ebeddb

#ebeddb #dbebed #eddbeb

Analogous Colors of #ebeddb

#ebeddb #e2eddb #ede6db

Monochromatic Colors of #ebeddb

#ebeddb

Complementary Color

#ebeddb #dddbed

#ebeddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeddb Color CSS Codes

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

#ebeddb Text Font Color

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

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


#ebeddb Background Color

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

This div background color is #ebeddb


#ebeddb Border Color

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

This div border color is #ebeddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,237,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 #ebeddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeddb


Comments

No comments written yet.

Please login to write comment.