Color Hex Logo

#efdbe4 Color Hex

#EFDBE4
(239,219,228)
2 Favorites   0 Comments

Color spaces of #efdbe4

RGB 239219228
HSL0.930.380.90
HSV333°94°
CMYK 0.000.080.05   0.06
XYZ74.931774.615283.8516
Yxy74.61520.32100.3197
Hunter Lab86.38013.67732.9116
CIE-Lab89.21248.3957-1.9209

#efdbe4 color RGB value is (239,219,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 11100100
Octal 357 333 344
Decimal 239 219 228
Hex EF DB E4

RGB Percentages of Color #efdbe4

%34.84
%31.92
%33.24

CMYK Percentages of Color #efdbe4

%0
%8
%5
%6

Triadic Colors of #efdbe4

#efdbe4 #e4efdb #dbe4ef

Analogous Colors of #efdbe4

#efdbe4 #efdcdb #efdbee

Monochromatic Colors of #efdbe4

#efdbe4

Complementary Color

#efdbe4 #dbefe6

#efdbe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdbe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdbe4 Color CSS Codes

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

#efdbe4 Text Font Color

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

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


#efdbe4 Background Color

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

This div background color is #efdbe4


#efdbe4 Border Color

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

This div border color is #efdbe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdbe4


Comments

No comments written yet.

Please login to write comment.