Color Hex Logo

#eafbeb Color Hex

#EAFBEB
(234,251,235)
0 Favorites   0 Comments

Color spaces of #eafbeb

RGB 234251235
HSL0.340.680.95
HSV124°98°
CMYK 0.070.000.06   0.02
XYZ83.424392.484992.0517
Yxy92.48490.31130.3451
Hunter Lab96.1691-13.451510.5668
CIE-Lab97.0182-8.42015.7463

#eafbeb color RGB value is (234,251,235).

#eafbeb hex color red value is 234, green value is 251 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eafbeb hue: 0.34 , saturation: 0.68 and the lightness value of eafbeb is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111011 11101011
Octal 352 373 353
Decimal 234 251 235
Hex EA FB EB

RGB Percentages of Color #eafbeb

%32.50
%34.86
%32.64

CMYK Percentages of Color #eafbeb

%7
%0
%6
%2

Triadic Colors of #eafbeb

#eafbeb #ebeafb #fbebea

Analogous Colors of #eafbeb

#eafbeb #eafbf4 #f2fbea

Monochromatic Colors of #eafbeb

#eafbeb

Complementary Color

#eafbeb #fbeafa

#eafbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafbeb Color CSS Codes

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

#eafbeb Text Font Color

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

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


#eafbeb Background Color

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

This div background color is #eafbeb


#eafbeb Border Color

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

This div border color is #eafbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafbeb

Related Colors


Comments

No comments written yet.

Please login to write comment.