Color Hex Logo

#eafbd7 Color Hex

#EAFBD7
(234,251,215)
0 Favorites   0 Comments

Color spaces of #eafbd7

RGB 234251215
HSL0.250.820.91
HSV88°14°98°
CMYK 0.070.000.14   0.02
XYZ80.694691.393177.6775
Yxy91.39310.32310.3659
Hunter Lab95.5997-16.629818.7450
CIE-Lab96.5717-11.775015.3820

#eafbd7 color RGB value is (234,251,215).

#eafbd7 hex color red value is 234, green value is 251 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #eafbd7 hue: 0.25 , saturation: 0.82 and the lightness value of eafbd7 is 0.91.

The process color (four color CMYK) of #eafbd7 color hex is 0.07, 0.00, 0.14, 0.02. Web safe color of #eafbd7 is #ffffcc. Color #eafbd7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111011 11010111
Octal 352 373 327
Decimal 234 251 215
Hex EA FB D7

RGB Percentages of Color #eafbd7

%33.43
%35.86
%30.71

CMYK Percentages of Color #eafbd7

%7
%0
%14
%2

Triadic Colors of #eafbd7

#eafbd7 #d7eafb #fbd7ea

Analogous Colors of #eafbd7

#eafbd7 #d8fbd7 #fbfad7

Monochromatic Colors of #eafbd7

#eafbd7

Complementary Color

#eafbd7 #e8d7fb

#eafbd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafbd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafbd7 Color CSS Codes

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

#eafbd7 Text Font Color

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

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


#eafbd7 Background Color

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

This div background color is #eafbd7


#eafbd7 Border Color

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

This div border color is #eafbd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafbd7


Comments

No comments written yet.

Please login to write comment.