Color Hex Logo

#efbdb0 Color Hex

#EFBDB0
(239,189,176)
0 Favorites   0 Comments

Color spaces of #efbdb0

RGB 239189176
HSL0.030.660.81
HSV12°26°94°
CMYK 0.000.210.26   0.06
XYZ61.630757.880548.9981
Yxy57.88050.36570.3435
Hunter Lab76.079211.461615.0703
CIE-Lab80.672316.078113.4137

#efbdb0 color RGB value is (239,189,176).

#efbdb0 hex color red value is 239, green value is 189 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #efbdb0 hue: 0.03 , saturation: 0.66 and the lightness value of efbdb0 is 0.81.

The process color (four color CMYK) of #efbdb0 color hex is 0.00, 0.21, 0.26, 0.06. Web safe color of #efbdb0 is #ffcc99. Color #efbdb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 10110000
Octal 357 275 260
Decimal 239 189 176
Hex EF BD B0

RGB Percentages of Color #efbdb0

%39.57
%31.29
%29.14

CMYK Percentages of Color #efbdb0

%0
%21
%26
%6

Triadic Colors of #efbdb0

#efbdb0 #b0efbd #bdb0ef

Analogous Colors of #efbdb0

#efbdb0 #efddb0 #efb0c3

Monochromatic Colors of #efbdb0

#efbdb0

Complementary Color

#efbdb0 #b0e2ef

#efbdb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbdb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbdb0 Color CSS Codes

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

#efbdb0 Text Font Color

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

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


#efbdb0 Background Color

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

This div background color is #efbdb0


#efbdb0 Border Color

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

This div border color is #efbdb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbdb0


Comments

No comments written yet.

Please login to write comment.