Color Hex Logo

#ffefe7 Color Hex

#FFEFE7
(255,239,231)
0 Favorites   0 Comments

Color spaces of #ffefe7

RGB 255239231
HSL0.061.000.95
HSV20°100°
CMYK 0.000.060.09   0.00
XYZ86.530388.762588.1735
Yxy88.76250.32840.3369
Hunter Lab94.2139-0.931710.4610
CIE-Lab95.48114.07425.7901

#ffefe7 color RGB value is (255,239,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 11100111
Octal 377 357 347
Decimal 255 239 231
Hex FF EF E7

RGB Percentages of Color #ffefe7

%35.17
%32.97
%31.86

CMYK Percentages of Color #ffefe7

%0
%6
%9
%0

Triadic Colors of #ffefe7

#ffefe7 #e7ffef #efe7ff

Analogous Colors of #ffefe7

#ffefe7 #fffbe7 #ffe7eb

Monochromatic Colors of #ffefe7

#ffefe7

Complementary Color

#ffefe7 #e7f7ff

#ffefe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffefe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffefe7 Color CSS Codes

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

#ffefe7 Text Font Color

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

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


#ffefe7 Background Color

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

This div background color is #ffefe7


#ffefe7 Border Color

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

This div border color is #ffefe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffefe7

#ffefe7 Color Palettes


Comments

No comments written yet.

Please login to write comment.