Color Hex Logo

#efb3dd Color Hex

#EFB3DD
(239,179,221)
0 Favorites   0 Comments

Color spaces of #efb3dd

RGB 239179221
HSL0.880.650.82
HSV318°25°94°
CMYK 0.000.250.08   0.06
XYZ64.767855.811475.7656
Yxy55.81140.32990.2843
Hunter Lab74.707024.0146-7.8352
CIE-Lab79.506428.3254-12.5625

#efb3dd color RGB value is (239,179,221).

#efb3dd hex color red value is 239, green value is 179 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #efb3dd hue: 0.88 , saturation: 0.65 and the lightness value of efb3dd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110011 11011101
Octal 357 263 335
Decimal 239 179 221
Hex EF B3 DD

RGB Percentages of Color #efb3dd

%37.40
%28.01
%34.59

CMYK Percentages of Color #efb3dd

%0
%25
%8
%6

Triadic Colors of #efb3dd

#efb3dd #ddefb3 #b3ddef

Analogous Colors of #efb3dd

#efb3dd #efb3bf #e3b3ef

Monochromatic Colors of #efb3dd

#efb3dd

Complementary Color

#efb3dd #b3efc5

#efb3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb3dd Color CSS Codes

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

#efb3dd Text Font Color

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

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


#efb3dd Background Color

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

This div background color is #efb3dd


#efb3dd Border Color

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

This div border color is #efb3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb3dd


Comments

No comments written yet.

Please login to write comment.