Color Hex Logo

#ffefb1 Color Hex

#FFEFB1
(255,239,177)
0 Favorites   0 Comments

Color spaces of #ffefb1

RGB 255239177
HSL0.131.000.85
HSV48°31°100°
CMYK 0.000.060.31   0.00
XYZ80.042386.167354.0082
Yxy86.16730.36350.3913
Hunter Lab92.8263-8.529130.4823
CIE-Lab94.3838-3.623931.9991

#ffefb1 color RGB value is (255,239,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 10110001
Octal 377 357 261
Decimal 255 239 177
Hex FF EF B1

RGB Percentages of Color #ffefb1

%38.00
%35.62
%26.38

CMYK Percentages of Color #ffefb1

%0
%6
%31
%0

Triadic Colors of #ffefb1

#ffefb1 #b1ffef #efb1ff

Analogous Colors of #ffefb1

#ffefb1 #e8ffb1 #ffc8b1

Monochromatic Colors of #ffefb1

#ffefb1

Complementary Color

#ffefb1 #b1c1ff

#ffefb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffefb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffefb1 Color CSS Codes

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

#ffefb1 Text Font Color

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

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


#ffefb1 Background Color

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

This div background color is #ffefb1


#ffefb1 Border Color

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

This div border color is #ffefb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffefb1

Related Colors

#ffefb1 Color Palettes


Comments

No comments written yet.

Please login to write comment.