Color Hex Logo

#ffefa1 Color Hex

#FFEFA1
(255,239,161)
0 Favorites   0 Comments

Color spaces of #ffefa1

RGB 255239161
HSL0.141.000.82
HSV50°37°100°
CMYK 0.000.060.37   0.00
XYZ78.539585.566246.0947
Yxy85.56620.37360.4071
Hunter Lab92.5020-10.321835.2066
CIE-Lab94.1266-5.488639.6998

#ffefa1 color RGB value is (255,239,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 10100001
Octal 377 357 241
Decimal 255 239 161
Hex FF EF A1

RGB Percentages of Color #ffefa1

%38.93
%36.49
%24.58

CMYK Percentages of Color #ffefa1

%0
%6
%37
%0

Triadic Colors of #ffefa1

#ffefa1 #a1ffef #efa1ff

Analogous Colors of #ffefa1

#ffefa1 #e0ffa1 #ffc0a1

Monochromatic Colors of #ffefa1

#ffefa1

Complementary Color

#ffefa1 #a1b1ff

#ffefa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffefa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffefa1 Color CSS Codes

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

#ffefa1 Text Font Color

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

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


#ffefa1 Background Color

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

This div background color is #ffefa1


#ffefa1 Border Color

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

This div border color is #ffefa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffefa1


Comments

No comments written yet.

Please login to write comment.