Color Hex Logo

#eff3bd Color Hex

#EFF3BD
(239,243,189)
0 Favorites   0 Comments

Color spaces of #eff3bd

RGB 239243189
HSL0.180.690.85
HSV64°22°95°
CMYK 0.020.000.22   0.05
XYZ76.832586.126060.7186
Yxy86.12600.34350.3850
Hunter Lab92.8041-14.627026.1714
CIE-Lab94.3662-9.945625.6661

#eff3bd color RGB value is (239,243,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110011 10111101
Octal 357 363 275
Decimal 239 243 189
Hex EF F3 BD

RGB Percentages of Color #eff3bd

%35.62
%36.21
%28.17

CMYK Percentages of Color #eff3bd

%2
%0
%22
%5

Triadic Colors of #eff3bd

#eff3bd #bdeff3 #f3bdef

Analogous Colors of #eff3bd

#eff3bd #d4f3bd #f3dcbd

Monochromatic Colors of #eff3bd

#eff3bd

Complementary Color

#eff3bd #c1bdf3

#eff3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff3bd Color CSS Codes

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

#eff3bd Text Font Color

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

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


#eff3bd Background Color

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

This div background color is #eff3bd


#eff3bd Border Color

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

This div border color is #eff3bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,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 #eff3bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff3bd


Comments

No comments written yet.

Please login to write comment.