Color Hex Logo

#ffeffb Color Hex

#FFEFFB
(255,239,251)
2 Favorites   0 Comments

Color spaces of #ffeffb

RGB 255239251
HSL0.881.000.97
HSV315°100°
CMYK 0.000.060.02   0.00
XYZ89.519189.9580103.9123
Yxy89.95800.31590.3174
Hunter Lab94.84622.49361.4350
CIE-Lab95.97937.4429-3.8412

#ffeffb color RGB value is (255,239,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 11111011
Octal 377 357 373
Decimal 255 239 251
Hex FF EF FB

RGB Percentages of Color #ffeffb

%34.23
%32.08
%33.69

CMYK Percentages of Color #ffeffb

%0
%6
%2
%0

Triadic Colors of #ffeffb

#ffeffb #fbffef #effbff

Analogous Colors of #ffeffb

#ffeffb #ffeff3 #fbefff

Monochromatic Colors of #ffeffb

#ffeffb

Complementary Color

#ffeffb #effff3

#ffeffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeffb Color CSS Codes

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

#ffeffb Text Font Color

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

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


#ffeffb Background Color

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

This div background color is #ffeffb


#ffeffb Border Color

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

This div border color is #ffeffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeffb

Related Colors


Comments

No comments written yet.

Please login to write comment.