Color Hex Logo

#efdebc Color Hex

#EFDEBC
(239,222,188)
0 Favorites   0 Comments

Color spaces of #efdebc

RGB 239222188
HSL0.110.610.84
HSV40°21°94°
CMYK 0.000.070.21   0.06
XYZ70.795074.224158.1723
Yxy74.22410.34840.3653
Hunter Lab86.1534-4.089320.2737
CIE-Lab89.02830.528218.7969

#efdebc color RGB value is (239,222,188).

#efdebc hex color red value is 239, green value is 222 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #efdebc hue: 0.11 , saturation: 0.61 and the lightness value of efdebc is 0.84.

The process color (four color CMYK) of #efdebc color hex is 0.00, 0.07, 0.21, 0.06. Web safe color of #efdebc is #ffcccc. Color #efdebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 10111100
Octal 357 336 274
Decimal 239 222 188
Hex EF DE BC

RGB Percentages of Color #efdebc

%36.83
%34.21
%28.97

CMYK Percentages of Color #efdebc

%0
%7
%21
%6

Triadic Colors of #efdebc

#efdebc #bcefde #debcef

Analogous Colors of #efdebc

#efdebc #e7efbc #efc5bc

Monochromatic Colors of #efdebc

#efdebc

Complementary Color

#efdebc #bccdef

#efdebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdebc Color CSS Codes

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

#efdebc Text Font Color

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

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


#efdebc Background Color

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

This div background color is #efdebc


#efdebc Border Color

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

This div border color is #efdebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdebc


Comments

No comments written yet.

Please login to write comment.