Color Hex Logo

#ebffdd Color Hex

#EBFFDD
(235,255,221)
0 Favorites   0 Comments

Color spaces of #ebffdd

RGB 235255221
HSL0.261.000.93
HSV95°13°100°
CMYK 0.080.000.13   0.00
XYZ83.072194.402682.2498
Yxy94.40260.31980.3635
Hunter Lab97.1610-17.415317.8219
CIE-Lab97.7940-12.438814.0497

#ebffdd color RGB value is (235,255,221).

#ebffdd hex color red value is 235, green value is 255 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ebffdd hue: 0.26 , saturation: 1.00 and the lightness value of ebffdd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111111 11011101
Octal 353 377 335
Decimal 235 255 221
Hex EB FF DD

RGB Percentages of Color #ebffdd

%33.05
%35.86
%31.08

CMYK Percentages of Color #ebffdd

%8
%0
%13
%0

Triadic Colors of #ebffdd

#ebffdd #ddebff #ffddeb

Analogous Colors of #ebffdd

#ebffdd #ddffe0 #fcffdd

Monochromatic Colors of #ebffdd

#ebffdd

Complementary Color

#ebffdd #f1ddff

#ebffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebffdd Color CSS Codes

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

#ebffdd Text Font Color

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

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


#ebffdd Background Color

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

This div background color is #ebffdd


#ebffdd Border Color

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

This div border color is #ebffdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebffdd


Comments

No comments written yet.

Please login to write comment.