Color Hex Logo

#efbad4 Color Hex

#EFBAD4
(239,186,212)
0 Favorites   0 Comments

Color spaces of #efbad4

RGB 239186212
HSL0.920.620.83
HSV331°22°94°
CMYK 0.000.220.11   0.06
XYZ65.039258.222070.0974
Yxy58.22200.33640.3011
Hunter Lab76.303318.6184-1.0555
CIE-Lab80.862123.0956-5.6905

#efbad4 color RGB value is (239,186,212).

#efbad4 hex color red value is 239, green value is 186 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #efbad4 hue: 0.92 , saturation: 0.62 and the lightness value of efbad4 is 0.83.

The process color (four color CMYK) of #efbad4 color hex is 0.00, 0.22, 0.11, 0.06. Web safe color of #efbad4 is #ffcccc. Color #efbad4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 11010100
Octal 357 272 324
Decimal 239 186 212
Hex EF BA D4

RGB Percentages of Color #efbad4

%37.52
%29.20
%33.28

CMYK Percentages of Color #efbad4

%0
%22
%11
%6

Triadic Colors of #efbad4

#efbad4 #d4efba #bad4ef

Analogous Colors of #efbad4

#efbad4 #efbbba #efbaef

Monochromatic Colors of #efbad4

#efbad4

Complementary Color

#efbad4 #baefd5

#efbad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbad4 Color CSS Codes

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

#efbad4 Text Font Color

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

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


#efbad4 Background Color

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

This div background color is #efbad4


#efbad4 Border Color

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

This div border color is #efbad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbad4


Comments

No comments written yet.

Please login to write comment.