Color Hex Logo

#eafdbb Color Hex

#EAFDBB
(234,253,187)
0 Favorites   0 Comments

Color spaces of #eafdbb

RGB 234253187
HSL0.210.940.86
HSV77°26°99°
CMYK 0.080.000.26   0.01
XYZ78.026691.330860.5299
Yxy91.33080.33940.3973
Hunter Lab95.5671-21.504729.3442
CIE-Lab96.5461-16.941229.5952

#eafdbb color RGB value is (234,253,187).

#eafdbb hex color red value is 234, green value is 253 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #eafdbb hue: 0.21 , saturation: 0.94 and the lightness value of eafdbb is 0.86.

The process color (four color CMYK) of #eafdbb color hex is 0.08, 0.00, 0.26, 0.01. Web safe color of #eafdbb is #ffffcc. Color #eafdbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111101 10111011
Octal 352 375 273
Decimal 234 253 187
Hex EA FD BB

RGB Percentages of Color #eafdbb

%34.72
%37.54
%27.74

CMYK Percentages of Color #eafdbb

%8
%0
%26
%1

Triadic Colors of #eafdbb

#eafdbb #bbeafd #fdbbea

Analogous Colors of #eafdbb

#eafdbb #c9fdbb #fdefbb

Monochromatic Colors of #eafdbb

#eafdbb

Complementary Color

#eafdbb #cebbfd

#eafdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafdbb Color CSS Codes

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

#eafdbb Text Font Color

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

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


#eafdbb Background Color

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

This div background color is #eafdbb


#eafdbb Border Color

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

This div border color is #eafdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafdbb

Related Colors


Comments

No comments written yet.

Please login to write comment.