Color Hex Logo

#efffeb Color Hex

#EFFFEB
(239,255,235)
0 Favorites   0 Comments

Color spaces of #efffeb

RGB 239255235
HSL0.301.000.96
HSV108°100°
CMYK 0.060.000.08   0.00
XYZ86.352095.868992.5506
Yxy95.86890.31430.3489
Hunter Lab97.9127-13.922912.4958
CIE-Lab98.3801-8.75477.7534

#efffeb color RGB value is (239,255,235).

#efffeb hex color red value is 239, green value is 255 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #efffeb hue: 0.30 , saturation: 1.00 and the lightness value of efffeb is 0.96.

The process color (four color CMYK) of #efffeb color hex is 0.06, 0.00, 0.08, 0.00. Web safe color of #efffeb is #ffffff. Color #efffeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 11101011
Octal 357 377 353
Decimal 239 255 235
Hex EF FF EB

RGB Percentages of Color #efffeb

%32.78
%34.98
%32.24

CMYK Percentages of Color #efffeb

%6
%0
%8
%0

Triadic Colors of #efffeb

#efffeb #ebefff #ffebef

Analogous Colors of #efffeb

#efffeb #ebfff1 #f9ffeb

Monochromatic Colors of #efffeb

#efffeb

Complementary Color

#efffeb #fbebff

#efffeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efffeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efffeb Color CSS Codes

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

#efffeb Text Font Color

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

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


#efffeb Background Color

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

This div background color is #efffeb


#efffeb Border Color

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

This div border color is #efffeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,255,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efffeb


Comments

No comments written yet.

Please login to write comment.