Color Hex Logo

#ffefba Color Hex

#FFEFBA
(255,239,186)
0 Favorites   0 Comments

Color spaces of #ffefba

RGB 255239186
HSL0.131.000.86
HSV46°27°100°
CMYK 0.000.060.27   0.00
XYZ80.969486.538258.8904
Yxy86.53820.35760.3822
Hunter Lab93.0259-7.429627.5844
CIE-Lab94.5420-2.489627.6382

#ffefba color RGB value is (255,239,186).

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

The process color (four color CMYK) of #ffefba color hex is 0.00, 0.06, 0.27, 0.00. Web safe color of #ffefba is #ffffcc. Color #ffefba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 10111010
Octal 377 357 272
Decimal 255 239 186
Hex FF EF BA

RGB Percentages of Color #ffefba

%37.50
%35.15
%27.35

CMYK Percentages of Color #ffefba

%0
%6
%27
%0

Triadic Colors of #ffefba

#ffefba #baffef #efbaff

Analogous Colors of #ffefba

#ffefba #edffba #ffcdba

Monochromatic Colors of #ffefba

#ffefba

Complementary Color

#ffefba #bacaff

#ffefba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffefba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffefba Color CSS Codes

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

#ffefba Text Font Color

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

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


#ffefba Background Color

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

This div background color is #ffefba


#ffefba Border Color

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

This div border color is #ffefba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffefba


Comments

No comments written yet.

Please login to write comment.