Color Hex Logo

#effbe4 Color Hex

#EFFBE4
(239,251,228)
0 Favorites   0 Comments

Color spaces of #effbe4

RGB 239251228
HSL0.250.740.94
HSV91°98°
CMYK 0.050.000.09   0.02
XYZ84.097492.946586.9069
Yxy92.94650.31860.3521
Hunter Lab96.4088-13.009714.0396
CIE-Lab97.2059-7.94529.6609

#effbe4 color RGB value is (239,251,228).

#effbe4 hex color red value is 239, green value is 251 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #effbe4 hue: 0.25 , saturation: 0.74 and the lightness value of effbe4 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111011 11100100
Octal 357 373 344
Decimal 239 251 228
Hex EF FB E4

RGB Percentages of Color #effbe4

%33.29
%34.96
%31.75

CMYK Percentages of Color #effbe4

%5
%0
%9
%2

Triadic Colors of #effbe4

#effbe4 #e4effb #fbe4ef

Analogous Colors of #effbe4

#effbe4 #e4fbe5 #fbfbe4

Monochromatic Colors of #effbe4

#effbe4

Complementary Color

#effbe4 #f0e4fb

#effbe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effbe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effbe4 Color CSS Codes

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

#effbe4 Text Font Color

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

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


#effbe4 Background Color

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

This div background color is #effbe4


#effbe4 Border Color

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

This div border color is #effbe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effbe4


Comments

No comments written yet.

Please login to write comment.