Color Hex Logo

#ebfaed Color Hex

#EBFAED
(235,250,237)
0 Favorites   0 Comments

Color spaces of #ebfaed

RGB 235250237
HSL0.360.600.95
HSV128°98°
CMYK 0.060.000.05   0.02
XYZ83.732692.147893.4939
Yxy92.14780.31080.3421
Hunter Lab95.9936-12.28839.4495
CIE-Lab96.8807-7.23854.5267

#ebfaed color RGB value is (235,250,237).

#ebfaed hex color red value is 235, green value is 250 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ebfaed hue: 0.36 , saturation: 0.60 and the lightness value of ebfaed is 0.95.

The process color (four color CMYK) of #ebfaed color hex is 0.06, 0.00, 0.05, 0.02. Web safe color of #ebfaed is #ffffff. Color #ebfaed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 11101101
Octal 353 372 355
Decimal 235 250 237
Hex EB FA ED

RGB Percentages of Color #ebfaed

%32.55
%34.63
%32.83

CMYK Percentages of Color #ebfaed

%6
%0
%5
%2

Triadic Colors of #ebfaed

#ebfaed #edebfa #faedeb

Analogous Colors of #ebfaed

#ebfaed #ebfaf5 #f1faeb

Monochromatic Colors of #ebfaed

#ebfaed

Complementary Color

#ebfaed #faebf8

#ebfaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfaed Color CSS Codes

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

#ebfaed Text Font Color

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

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


#ebfaed Background Color

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

This div background color is #ebfaed


#ebfaed Border Color

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

This div border color is #ebfaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfaed


Comments

No comments written yet.

Please login to write comment.