Color Hex Logo

#effbf3 Color Hex

#EFFBF3
(239,251,243)
0 Favorites   0 Comments

Color spaces of #effbf3

RGB 239251243
HSL0.390.600.96
HSV140°98°
CMYK 0.050.000.03   0.02
XYZ86.271493.816198.3554
Yxy93.81610.30980.3369
Hunter Lab96.8587-10.51407.5949
CIE-Lab97.5578-5.36112.4549

#effbf3 color RGB value is (239,251,243).

#effbf3 hex color red value is 239, green value is 251 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #effbf3 hue: 0.39 , saturation: 0.60 and the lightness value of effbf3 is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111011 11110011
Octal 357 373 363
Decimal 239 251 243
Hex EF FB F3

RGB Percentages of Color #effbf3

%32.61
%34.24
%33.15

CMYK Percentages of Color #effbf3

%5
%0
%3
%2

Triadic Colors of #effbf3

#effbf3 #f3effb #fbf3ef

Analogous Colors of #effbf3

#effbf3 #effbf9 #f1fbef

Monochromatic Colors of #effbf3

#effbf3

Complementary Color

#effbf3 #fbeff7

#effbf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effbf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effbf3 Color CSS Codes

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

#effbf3 Text Font Color

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

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


#effbf3 Background Color

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

This div background color is #effbf3


#effbf3 Border Color

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

This div border color is #effbf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effbf3


Comments

No comments written yet.

Please login to write comment.