Color Hex Logo

#efdbea Color Hex

#EFDBEA
(239,219,234)
0 Favorites   0 Comments

Color spaces of #efdbea

RGB 239219234
HSL0.880.380.90
HSV315°94°
CMYK 0.000.080.02   0.06
XYZ75.779474.954388.3155
Yxy74.95430.31700.3136
Hunter Lab86.57624.73130.1221
CIE-Lab89.37169.4450-4.8435

#efdbea color RGB value is (239,219,234).

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

The process color (four color CMYK) of #efdbea color hex is 0.00, 0.08, 0.02, 0.06. Web safe color of #efdbea is #ffccff. Color #efdbea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 11101010
Octal 357 333 352
Decimal 239 219 234
Hex EF DB EA

RGB Percentages of Color #efdbea

%34.54
%31.65
%33.82

CMYK Percentages of Color #efdbea

%0
%8
%2
%6

Triadic Colors of #efdbea

#efdbea #eaefdb #dbeaef

Analogous Colors of #efdbea

#efdbea #efdbe0 #eadbef

Monochromatic Colors of #efdbea

#efdbea

Complementary Color

#efdbea #dbefe0

#efdbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdbea Color CSS Codes

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

#efdbea Text Font Color

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

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


#efdbea Background Color

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

This div background color is #efdbea


#efdbea Border Color

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

This div border color is #efdbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdbea


Comments

No comments written yet.

Please login to write comment.