Color Hex Logo

#ebfae1 Color Hex

#EBFAE1
(235,250,225)
0 Favorites   0 Comments

Color spaces of #ebfae1

RGB 235250225
HSL0.270.710.93
HSV96°10°98°
CMYK 0.060.000.10   0.02
XYZ82.037291.469684.5657
Yxy91.46960.31790.3544
Hunter Lab95.6397-14.257014.5230
CIE-Lab96.6031-9.299010.3027

#ebfae1 color RGB value is (235,250,225).

#ebfae1 hex color red value is 235, green value is 250 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #ebfae1 hue: 0.27 , saturation: 0.71 and the lightness value of ebfae1 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 11100001
Octal 353 372 341
Decimal 235 250 225
Hex EB FA E1

RGB Percentages of Color #ebfae1

%33.10
%35.21
%31.69

CMYK Percentages of Color #ebfae1

%6
%0
%10
%2

Triadic Colors of #ebfae1

#ebfae1 #e1ebfa #fae1eb

Analogous Colors of #ebfae1

#ebfae1 #e1fae4 #f8fae1

Monochromatic Colors of #ebfae1

#ebfae1

Complementary Color

#ebfae1 #f0e1fa

#ebfae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfae1 Color CSS Codes

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

#ebfae1 Text Font Color

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

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


#ebfae1 Background Color

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

This div background color is #ebfae1


#ebfae1 Border Color

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

This div border color is #ebfae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfae1

Related Colors


Comments

No comments written yet.

Please login to write comment.