Color Hex Logo

#eaf3bd Color Hex

#EAF3BD
(234,243,189)
0 Favorites   0 Comments

Color spaces of #eaf3bd

RGB 234243189
HSL0.190.690.85
HSV70°22°95°
CMYK 0.040.000.22   0.05
XYZ75.167685.267760.6407
Yxy85.26770.34000.3857
Hunter Lab92.3405-16.292225.7022
CIE-Lab93.9984-11.749025.1023

#eaf3bd color RGB value is (234,243,189).

#eaf3bd hex color red value is 234, green value is 243 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eaf3bd hue: 0.19 , saturation: 0.69 and the lightness value of eaf3bd is 0.85.

The process color (four color CMYK) of #eaf3bd color hex is 0.04, 0.00, 0.22, 0.05. Web safe color of #eaf3bd is #ffffcc. Color #eaf3bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110011 10111101
Octal 352 363 275
Decimal 234 243 189
Hex EA F3 BD

RGB Percentages of Color #eaf3bd

%35.14
%36.49
%28.38

CMYK Percentages of Color #eaf3bd

%4
%0
%22
%5

Triadic Colors of #eaf3bd

#eaf3bd #bdeaf3 #f3bdea

Analogous Colors of #eaf3bd

#eaf3bd #cff3bd #f3e1bd

Monochromatic Colors of #eaf3bd

#eaf3bd

Complementary Color

#eaf3bd #c6bdf3

#eaf3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf3bd Color CSS Codes

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

#eaf3bd Text Font Color

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

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


#eaf3bd Background Color

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

This div background color is #eaf3bd


#eaf3bd Border Color

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

This div border color is #eaf3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf3bd

#eaf3bd Color Palettes


Comments

No comments written yet.

Please login to write comment.