Color Hex Logo

#effeeb Color Hex

#EFFEEB
(239,254,235)
0 Favorites   0 Comments

Color spaces of #effeeb

RGB 239254235
HSL0.300.900.96
HSV107°100°
CMYK 0.060.000.07   0.00
XYZ86.033895.232592.4445
Yxy95.23250.31430.3479
Hunter Lab97.5871-13.410112.1455
CIE-Lab98.1265-8.25697.3885

#effeeb color RGB value is (239,254,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 11101011
Octal 357 376 353
Decimal 239 254 235
Hex EF FE EB

RGB Percentages of Color #effeeb

%32.83
%34.89
%32.28

CMYK Percentages of Color #effeeb

%6
%0
%7
%0

Triadic Colors of #effeeb

#effeeb #ebeffe #feebef

Analogous Colors of #effeeb

#effeeb #ebfef1 #f9feeb

Monochromatic Colors of #effeeb

#effeeb

Complementary Color

#effeeb #faebfe

#effeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#effeeb Color CSS Codes

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

#effeeb Text Font Color

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

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


#effeeb Background Color

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

This div background color is #effeeb


#effeeb Border Color

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

This div border color is #effeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effeeb


Comments

No comments written yet.

Please login to write comment.