Color Hex Logo

#efc5bd Color Hex

#EFC5BD
(239,197,189)
0 Favorites   0 Comments

Color spaces of #efc5bd

RGB 239197189
HSL0.030.610.84
HSV10°21°94°
CMYK 0.000.180.21   0.06
XYZ64.748261.957456.6905
Yxy61.95740.35310.3378
Hunter Lab78.71309.083712.3974
CIE-Lab82.890813.69319.6048

#efc5bd color RGB value is (239,197,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000101 10111101
Octal 357 305 275
Decimal 239 197 189
Hex EF C5 BD

RGB Percentages of Color #efc5bd

%38.24
%31.52
%30.24

CMYK Percentages of Color #efc5bd

%0
%18
%21
%6

Triadic Colors of #efc5bd

#efc5bd #bdefc5 #c5bdef

Analogous Colors of #efc5bd

#efc5bd #efdebd #efbdce

Monochromatic Colors of #efc5bd

#efc5bd

Complementary Color

#efc5bd #bde7ef

#efc5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc5bd Color CSS Codes

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

#efc5bd Text Font Color

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

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


#efc5bd Background Color

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

This div background color is #efc5bd


#efc5bd Border Color

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

This div border color is #efc5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc5bd


Comments

No comments written yet.

Please login to write comment.