Color Hex Logo

#ebffd0 Color Hex

#EBFFD0
(235,255,208)
0 Favorites   0 Comments

Color spaces of #ebffd0

RGB 235255208
HSL0.241.000.91
HSV86°18°100°
CMYK 0.080.000.18   0.00
XYZ81.406193.736273.4769
Yxy93.73620.32740.3770
Hunter Lab96.8175-19.344122.7757
CIE-Lab97.5256-14.499320.3079

#ebffd0 color RGB value is (235,255,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111111 11010000
Octal 353 377 320
Decimal 235 255 208
Hex EB FF D0

RGB Percentages of Color #ebffd0

%33.67
%36.53
%29.80

CMYK Percentages of Color #ebffd0

%8
%0
%18
%0

Triadic Colors of #ebffd0

#ebffd0 #d0ebff #ffd0eb

Analogous Colors of #ebffd0

#ebffd0 #d4ffd0 #fffcd0

Monochromatic Colors of #ebffd0

#ebffd0

Complementary Color

#ebffd0 #e4d0ff

#ebffd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebffd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebffd0 Color CSS Codes

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

#ebffd0 Text Font Color

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

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


#ebffd0 Background Color

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

This div background color is #ebffd0


#ebffd0 Border Color

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

This div border color is #ebffd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebffd0

Related Colors

#ebffd0 Color Palettes


Comments

No comments written yet.

Please login to write comment.