Color Hex Logo

#efbdb8 Color Hex

#EFBDB8
(239,189,184)
0 Favorites   0 Comments

Color spaces of #efbdb8

RGB 239189184
HSL0.020.630.83
HSV23°94°
CMYK 0.000.210.23   0.06
XYZ62.445958.206653.2911
Yxy58.20660.35900.3346
Hunter Lab76.293312.588811.9910
CIE-Lab80.853517.19689.3748

#efbdb8 color RGB value is (239,189,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 10111000
Octal 357 275 270
Decimal 239 189 184
Hex EF BD B8

RGB Percentages of Color #efbdb8

%39.05
%30.88
%30.07

CMYK Percentages of Color #efbdb8

%0
%21
%23
%6

Triadic Colors of #efbdb8

#efbdb8 #b8efbd #bdb8ef

Analogous Colors of #efbdb8

#efbdb8 #efd9b8 #efb8cf

Monochromatic Colors of #efbdb8

#efbdb8

Complementary Color

#efbdb8 #b8eaef

#efbdb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbdb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbdb8 Color CSS Codes

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

#efbdb8 Text Font Color

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

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


#efbdb8 Background Color

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

This div background color is #efbdb8


#efbdb8 Border Color

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

This div border color is #efbdb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbdb8


Comments

No comments written yet.

Please login to write comment.