Color Hex Logo

#ffefe9 Color Hex

#FFEFE9
(255,239,233)
1 Favorites   0 Comments

Color spaces of #ffefe9

RGB 255239233
HSL0.051.000.96
HSV16°100°
CMYK 0.000.060.09   0.00
XYZ86.814588.876289.6700
Yxy88.87620.32720.3349
Hunter Lab94.2742-0.60419.5975
CIE-Lab95.52874.39914.8234

#ffefe9 color RGB value is (255,239,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 11101001
Octal 377 357 351
Decimal 255 239 233
Hex FF EF E9

RGB Percentages of Color #ffefe9

%35.08
%32.87
%32.05

CMYK Percentages of Color #ffefe9

%0
%6
%9
%0

Triadic Colors of #ffefe9

#ffefe9 #e9ffef #efe9ff

Analogous Colors of #ffefe9

#ffefe9 #fffae9 #ffe9ee

Monochromatic Colors of #ffefe9

#ffefe9

Complementary Color

#ffefe9 #e9f9ff

#ffefe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffefe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffefe9 Color CSS Codes

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

#ffefe9 Text Font Color

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

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


#ffefe9 Background Color

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

This div background color is #ffefe9


#ffefe9 Border Color

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

This div border color is #ffefe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffefe9


Comments

No comments written yet.

Please login to write comment.