Color Hex Logo

#efc4bd Color Hex

#EFC4BD
(239,196,189)
0 Favorites   0 Comments

Color spaces of #efc4bd

RGB 239196189
HSL0.020.610.84
HSV21°94°
CMYK 0.000.180.21   0.06
XYZ64.521861.504756.6150
Yxy61.50470.35330.3368
Hunter Lab78.42499.612012.0960
CIE-Lab82.649314.22049.2599

#efc4bd color RGB value is (239,196,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000100 10111101
Octal 357 304 275
Decimal 239 196 189
Hex EF C4 BD

RGB Percentages of Color #efc4bd

%38.30
%31.41
%30.29

CMYK Percentages of Color #efc4bd

%0
%18
%21
%6

Triadic Colors of #efc4bd

#efc4bd #bdefc4 #c4bdef

Analogous Colors of #efc4bd

#efc4bd #efddbd #efbdcf

Monochromatic Colors of #efc4bd

#efc4bd

Complementary Color

#efc4bd #bde8ef

#efc4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc4bd Color CSS Codes

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

#efc4bd Text Font Color

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

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


#efc4bd Background Color

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

This div background color is #efc4bd


#efc4bd Border Color

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

This div border color is #efc4bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,196,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 #efc4bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc4bd


Comments

No comments written yet.

Please login to write comment.