Color Hex Logo

#efbed4 Color Hex

#EFBED4
(239,190,212)
0 Favorites   0 Comments

Color spaces of #efbed4

RGB 239190212
HSL0.930.600.84
HSV333°21°94°
CMYK 0.000.210.11   0.06
XYZ65.893759.931170.3822
Yxy59.93110.33580.3054
Hunter Lab77.415216.45780.2870
CIE-Lab81.800720.9709-4.3056

#efbed4 color RGB value is (239,190,212).

#efbed4 hex color red value is 239, green value is 190 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #efbed4 hue: 0.93 , saturation: 0.60 and the lightness value of efbed4 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 11010100
Octal 357 276 324
Decimal 239 190 212
Hex EF BE D4

RGB Percentages of Color #efbed4

%37.29
%29.64
%33.07

CMYK Percentages of Color #efbed4

%0
%21
%11
%6

Triadic Colors of #efbed4

#efbed4 #d4efbe #bed4ef

Analogous Colors of #efbed4

#efbed4 #efc1be #efbeed

Monochromatic Colors of #efbed4

#efbed4

Complementary Color

#efbed4 #beefd9

#efbed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbed4 Color CSS Codes

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

#efbed4 Text Font Color

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

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


#efbed4 Background Color

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

This div background color is #efbed4


#efbed4 Border Color

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

This div border color is #efbed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbed4


Comments

No comments written yet.

Please login to write comment.