Color Hex Logo

#efebdf Color Hex

#EFEBDF
(239,235,223)
3 Favorites   0 Comments

Color spaces of #efebdf

RGB 239235223
HSL0.130.330.91
HSV45°94°
CMYK 0.000.020.07   0.06
XYZ78.624283.095181.7071
Yxy83.09510.32300.3414
Hunter Lab91.1565-5.564310.6656
CIE-Lab93.0561-0.70586.2824

#efebdf color RGB value is (239,235,223).

#efebdf hex color red value is 239, green value is 235 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #efebdf hue: 0.13 , saturation: 0.33 and the lightness value of efebdf is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 11011111
Octal 357 353 337
Decimal 239 235 223
Hex EF EB DF

RGB Percentages of Color #efebdf

%34.29
%33.72
%31.99

CMYK Percentages of Color #efebdf

%0
%2
%7
%6

Triadic Colors of #efebdf

#efebdf #dfefeb #ebdfef

Analogous Colors of #efebdf

#efebdf #ebefdf #efe3df

Monochromatic Colors of #efebdf

#efebdf

Complementary Color

#efebdf #dfe3ef

#efebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebdf Color CSS Codes

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

#efebdf Text Font Color

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

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


#efebdf Background Color

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

This div background color is #efebdf


#efebdf Border Color

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

This div border color is #efebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebdf

#efebdf Color Palettes


Comments

No comments written yet.

Please login to write comment.