Color Hex Logo

#efd7bf Color Hex

#EFD7BF
(239,215,191)
0 Favorites   0 Comments

Color spaces of #efd7bf

RGB 239215191
HSL0.080.600.84
HSV30°20°94°
CMYK 0.000.100.20   0.06
XYZ69.301070.713259.2867
Yxy70.71320.34770.3548
Hunter Lab84.0911-0.054517.0626
CIE-Lab87.34554.570814.8657

#efd7bf color RGB value is (239,215,191).

#efd7bf hex color red value is 239, green value is 215 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #efd7bf hue: 0.08 , saturation: 0.60 and the lightness value of efd7bf is 0.84.

The process color (four color CMYK) of #efd7bf color hex is 0.00, 0.10, 0.20, 0.06. Web safe color of #efd7bf is #ffcccc. Color #efd7bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010111 10111111
Octal 357 327 277
Decimal 239 215 191
Hex EF D7 BF

RGB Percentages of Color #efd7bf

%37.05
%33.33
%29.61

CMYK Percentages of Color #efd7bf

%0
%10
%20
%6

Triadic Colors of #efd7bf

#efd7bf #bfefd7 #d7bfef

Analogous Colors of #efd7bf

#efd7bf #efefbf #efbfbf

Monochromatic Colors of #efd7bf

#efd7bf

Complementary Color

#efd7bf #bfd7ef

#efd7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd7bf Color CSS Codes

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

#efd7bf Text Font Color

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

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


#efd7bf Background Color

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

This div background color is #efd7bf


#efd7bf Border Color

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

This div border color is #efd7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd7bf


Comments

No comments written yet.

Please login to write comment.