Color Hex Logo

#efbedb Color Hex

#EFBEDB
(239,190,219)
1 Favorites   0 Comments

Color spaces of #efbedb

RGB 239190219
HSL0.900.600.84
HSV324°21°94°
CMYK 0.000.210.08   0.06
XYZ66.796260.292175.1348
Yxy60.29210.33030.2981
Hunter Lab77.648017.6695-3.0174
CIE-Lab81.996722.1373-7.7756

#efbedb color RGB value is (239,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 11011011
Octal 357 276 333
Decimal 239 190 219
Hex EF BE DB

RGB Percentages of Color #efbedb

%36.88
%29.32
%33.80

CMYK Percentages of Color #efbedb

%0
%21
%8
%6

Triadic Colors of #efbedb

#efbedb #dbefbe #bedbef

Analogous Colors of #efbedb

#efbedb #efbec3 #ebbeef

Monochromatic Colors of #efbedb

#efbedb

Complementary Color

#efbedb #beefd2

#efbedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbedb Color CSS Codes

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

#efbedb Text Font Color

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

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


#efbedb Background Color

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

This div background color is #efbedb


#efbedb Border Color

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

This div border color is #efbedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbedb


Comments

No comments written yet.

Please login to write comment.