Color Hex Logo

#eafdb3 Color Hex

#EAFDB3
(234,253,179)
0 Favorites   0 Comments

Color spaces of #eafdb3

RGB 234253179
HSL0.210.950.85
HSV75°29°99°
CMYK 0.080.000.29   0.01
XYZ77.193690.997756.1436
Yxy90.99770.34410.4056
Hunter Lab95.3927-22.491731.8796
CIE-Lab96.4091-18.022733.4313

#eafdb3 color RGB value is (234,253,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111101 10110011
Octal 352 375 263
Decimal 234 253 179
Hex EA FD B3

RGB Percentages of Color #eafdb3

%35.14
%37.99
%26.88

CMYK Percentages of Color #eafdb3

%8
%0
%29
%1

Triadic Colors of #eafdb3

#eafdb3 #b3eafd #fdb3ea

Analogous Colors of #eafdb3

#eafdb3 #c5fdb3 #fdebb3

Monochromatic Colors of #eafdb3

#eafdb3

Complementary Color

#eafdb3 #c6b3fd

#eafdb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafdb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafdb3 Color CSS Codes

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

#eafdb3 Text Font Color

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

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


#eafdb3 Background Color

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

This div background color is #eafdb3


#eafdb3 Border Color

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

This div border color is #eafdb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafdb3

Related Colors


Comments

No comments written yet.

Please login to write comment.