Color Hex Logo

#ffefef Color Hex

#FFEFEF
(255,239,239)
6 Favorites   0 Comments

Color spaces of #ffefef

RGB 255239239
HSL0.001.000.97
HSV100°
CMYK 0.000.060.06   0.00
XYZ87.686589.225094.2619
Yxy89.22500.32340.3290
Hunter Lab94.45900.39876.9550
CIE-Lab95.67445.38991.9278

#ffefef color RGB value is (255,239,239).

#ffefef hex color red value is 255, green value is 239 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ffefef hue: 0.00 , saturation: 1.00 and the lightness value of ffefef is 0.97.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 11101111
Octal 377 357 357
Decimal 255 239 239
Hex FF EF EF

RGB Percentages of Color #ffefef

%34.79
%32.61
%32.61

CMYK Percentages of Color #ffefef

%0
%6
%6
%0

Triadic Colors of #ffefef

#ffefef #efffef #efefff

Analogous Colors of #ffefef

#ffefef #fff7ef #ffeff7

Monochromatic Colors of #ffefef

#ffefef

Complementary Color

#ffefef #efffff

#ffefef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffefef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffefef Color CSS Codes

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

#ffefef Text Font Color

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

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


#ffefef Background Color

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

This div background color is #ffefef


#ffefef Border Color

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

This div border color is #ffefef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffefef


Comments

No comments written yet.

Please login to write comment.