Color Hex Logo

#ebf9db Color Hex

#EBF9DB
(235,249,219)
0 Favorites   0 Comments

Color spaces of #ebf9db

RGB 235249219
HSL0.240.710.92
HSV88°12°98°
CMYK 0.060.000.12   0.02
XYZ80.922890.528080.2264
Yxy90.52800.32150.3597
Hunter Lab95.1462-14.689816.6096
CIE-Lab96.2154-9.793312.8340

#ebf9db color RGB value is (235,249,219).

#ebf9db hex color red value is 235, green value is 249 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ebf9db hue: 0.24 , saturation: 0.71 and the lightness value of ebf9db is 0.92.

The process color (four color CMYK) of #ebf9db color hex is 0.06, 0.00, 0.12, 0.02. Web safe color of #ebf9db is #ffffcc. Color #ebf9db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111001 11011011
Octal 353 371 333
Decimal 235 249 219
Hex EB F9 DB

RGB Percentages of Color #ebf9db

%33.43
%35.42
%31.15

CMYK Percentages of Color #ebf9db

%6
%0
%12
%2

Triadic Colors of #ebf9db

#ebf9db #dbebf9 #f9dbeb

Analogous Colors of #ebf9db

#ebf9db #dcf9db #f9f8db

Monochromatic Colors of #ebf9db

#ebf9db

Complementary Color

#ebf9db #e9dbf9

#ebf9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf9db Color CSS Codes

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

#ebf9db Text Font Color

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

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


#ebf9db Background Color

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

This div background color is #ebf9db


#ebf9db Border Color

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

This div border color is #ebf9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf9db


Comments

No comments written yet.

Please login to write comment.