Color Hex Logo

#efebdb Color Hex

#EFEBDB
(239,235,219)
0 Favorites   0 Comments

Color spaces of #efebdb

RGB 239235219
HSL0.130.380.90
HSV48°94°
CMYK 0.000.020.08   0.06
XYZ78.091182.881978.8998
Yxy82.88190.32560.3455
Hunter Lab91.0395-6.206912.3437
CIE-Lab92.9627-1.36668.2272

#efebdb color RGB value is (239,235,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 11011011
Octal 357 353 333
Decimal 239 235 219
Hex EF EB DB

RGB Percentages of Color #efebdb

%34.49
%33.91
%31.60

CMYK Percentages of Color #efebdb

%0
%2
%8
%6

Triadic Colors of #efebdb

#efebdb #dbefeb #ebdbef

Analogous Colors of #efebdb

#efebdb #e9efdb #efe1db

Monochromatic Colors of #efebdb

#efebdb

Complementary Color

#efebdb #dbdfef

#efebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebdb Color CSS Codes

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

#efebdb Text Font Color

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

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


#efebdb Background Color

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

This div background color is #efebdb


#efebdb Border Color

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

This div border color is #efebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebdb


Comments

No comments written yet.

Please login to write comment.