Color Hex Logo

#eff6bd Color Hex

#EFF6BD
(239,246,189)
0 Favorites   0 Comments

Color spaces of #eff6bd

RGB 239246189
HSL0.190.760.85
HSV67°23°96°
CMYK 0.030.000.23   0.04
XYZ77.737787.936461.0203
Yxy87.93640.34290.3879
Hunter Lab93.7744-16.131227.0613
CIE-Lab95.1342-11.433826.7179

#eff6bd color RGB value is (239,246,189).

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

The process color (four color CMYK) of #eff6bd color hex is 0.03, 0.00, 0.23, 0.04. Web safe color of #eff6bd is #ffffcc. Color #eff6bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110110 10111101
Octal 357 366 275
Decimal 239 246 189
Hex EF F6 BD

RGB Percentages of Color #eff6bd

%35.46
%36.50
%28.04

CMYK Percentages of Color #eff6bd

%3
%0
%23
%4

Triadic Colors of #eff6bd

#eff6bd #bdeff6 #f6bdef

Analogous Colors of #eff6bd

#eff6bd #d3f6bd #f6e1bd

Monochromatic Colors of #eff6bd

#eff6bd

Complementary Color

#eff6bd #c4bdf6

#eff6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff6bd Color CSS Codes

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

#eff6bd Text Font Color

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

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


#eff6bd Background Color

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

This div background color is #eff6bd


#eff6bd Border Color

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

This div border color is #eff6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff6bd


Comments

No comments written yet.

Please login to write comment.