Color Hex Logo

#ebfad5 Color Hex

#EBFAD5
(235,250,213)
0 Favorites   0 Comments

Color spaces of #ebfad5

RGB 235250213
HSL0.230.790.91
HSV84°15°98°
CMYK 0.060.000.15   0.02
XYZ80.456890.837576.2437
Yxy90.83750.32500.3670
Hunter Lab95.3087-16.105819.2861
CIE-Lab96.3431-11.255316.0943

#ebfad5 color RGB value is (235,250,213).

#ebfad5 hex color red value is 235, green value is 250 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #ebfad5 hue: 0.23 , saturation: 0.79 and the lightness value of ebfad5 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 11010101
Octal 353 372 325
Decimal 235 250 213
Hex EB FA D5

RGB Percentages of Color #ebfad5

%33.67
%35.82
%30.52

CMYK Percentages of Color #ebfad5

%6
%0
%15
%2

Triadic Colors of #ebfad5

#ebfad5 #d5ebfa #fad5eb

Analogous Colors of #ebfad5

#ebfad5 #d9fad5 #faf7d5

Monochromatic Colors of #ebfad5

#ebfad5

Complementary Color

#ebfad5 #e4d5fa

#ebfad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfad5 Color CSS Codes

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

#ebfad5 Text Font Color

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

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


#ebfad5 Background Color

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

This div background color is #ebfad5


#ebfad5 Border Color

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

This div border color is #ebfad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfad5


Comments

No comments written yet.

Please login to write comment.