Color Hex Logo

#effbea Color Hex

#EFFBEA
(239,251,234)
0 Favorites   0 Comments

Color spaces of #effbea

RGB 239251234
HSL0.280.680.95
HSV102°98°
CMYK 0.050.000.07   0.02
XYZ84.945193.285691.3707
Yxy93.28560.31510.3460
Hunter Lab96.5845-12.033811.5197
CIE-Lab97.3434-6.93046.7745

#effbea color RGB value is (239,251,234).

#effbea hex color red value is 239, green value is 251 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #effbea hue: 0.28 , saturation: 0.68 and the lightness value of effbea is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111011 11101010
Octal 357 373 352
Decimal 239 251 234
Hex EF FB EA

RGB Percentages of Color #effbea

%33.01
%34.67
%32.32

CMYK Percentages of Color #effbea

%5
%0
%7
%2

Triadic Colors of #effbea

#effbea #eaeffb #fbeaef

Analogous Colors of #effbea

#effbea #eafbee #f8fbea

Monochromatic Colors of #effbea

#effbea

Complementary Color

#effbea #f6eafb

#effbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#effbea Color CSS Codes

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

#effbea Text Font Color

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

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


#effbea Background Color

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

This div background color is #effbea


#effbea Border Color

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

This div border color is #effbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effbea


Comments

No comments written yet.

Please login to write comment.