Color Hex Logo

#efbdb6 Color Hex

#EFBDB6
(239,189,182)
0 Favorites   0 Comments

Color spaces of #efbdb6

RGB 239189182
HSL0.020.640.83
HSV24°94°
CMYK 0.000.210.24   0.06
XYZ62.237758.123352.1946
Yxy58.12330.36070.3368
Hunter Lab76.238612.301512.7758
CIE-Lab80.807316.912410.3836

#efbdb6 color RGB value is (239,189,182).

#efbdb6 hex color red value is 239, green value is 189 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #efbdb6 hue: 0.02 , saturation: 0.64 and the lightness value of efbdb6 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 10110110
Octal 357 275 266
Decimal 239 189 182
Hex EF BD B6

RGB Percentages of Color #efbdb6

%39.18
%30.98
%29.84

CMYK Percentages of Color #efbdb6

%0
%21
%24
%6

Triadic Colors of #efbdb6

#efbdb6 #b6efbd #bdb6ef

Analogous Colors of #efbdb6

#efbdb6 #efdab6 #efb6cc

Monochromatic Colors of #efbdb6

#efbdb6

Complementary Color

#efbdb6 #b6e8ef

#efbdb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbdb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbdb6 Color CSS Codes

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

#efbdb6 Text Font Color

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

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


#efbdb6 Background Color

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

This div background color is #efbdb6


#efbdb6 Border Color

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

This div border color is #efbdb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbdb6


Comments

No comments written yet.

Please login to write comment.