Color Hex Logo

#ffefa0 Color Hex

#FFEFA0
(255,239,160)
0 Favorites   0 Comments

Color spaces of #ffefa0

RGB 255239160
HSL0.141.000.81
HSV50°37°100°
CMYK 0.000.060.37   0.00
XYZ78.451785.531145.6320
Yxy85.53110.37430.4080
Hunter Lab92.4830-10.426935.4839
CIE-Lab94.1115-5.598640.1780

#ffefa0 color RGB value is (255,239,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 10100000
Octal 377 357 240
Decimal 255 239 160
Hex FF EF A0

RGB Percentages of Color #ffefa0

%38.99
%36.54
%24.46

CMYK Percentages of Color #ffefa0

%0
%6
%37
%0

Triadic Colors of #ffefa0

#ffefa0 #a0ffef #efa0ff

Analogous Colors of #ffefa0

#ffefa0 #e0ffa0 #ffc0a0

Monochromatic Colors of #ffefa0

#ffefa0

Complementary Color

#ffefa0 #a0b0ff

#ffefa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffefa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffefa0 Color CSS Codes

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

#ffefa0 Text Font Color

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

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


#ffefa0 Background Color

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

This div background color is #ffefa0


#ffefa0 Border Color

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

This div border color is #ffefa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffefa0


Comments

No comments written yet.

Please login to write comment.