Color Hex Logo

#effbf8 Color Hex

#EFFBF8
(239,251,248)
1 Favorites   0 Comments

Color spaces of #effbf8

RGB 239251248
HSL0.460.600.96
HSV165°98°
CMYK 0.050.000.01   0.02
XYZ87.037194.1224102.3870
Yxy94.12240.30700.3319
Hunter Lab97.0167-9.64065.3397
CIE-Lab97.6813-4.46520.0614

#effbf8 color RGB value is (239,251,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111011 11111000
Octal 357 373 370
Decimal 239 251 248
Hex EF FB F8

RGB Percentages of Color #effbf8

%32.38
%34.01
%33.60

CMYK Percentages of Color #effbf8

%5
%0
%1
%2

Triadic Colors of #effbf8

#effbf8 #f8effb #fbf8ef

Analogous Colors of #effbf8

#effbf8 #eff8fb #effbf2

Monochromatic Colors of #effbf8

#effbf8

Complementary Color

#effbf8 #fbeff2

#effbf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effbf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effbf8 Color CSS Codes

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

#effbf8 Text Font Color

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

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


#effbf8 Background Color

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

This div background color is #effbf8


#effbf8 Border Color

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

This div border color is #effbf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effbf8

#effbf8 Color Palettes


Comments

No comments written yet.

Please login to write comment.