Color Hex Logo

#efb2dd Color Hex

#EFB2DD
(239,178,221)
1 Favorites   0 Comments

Color spaces of #efb2dd

RGB 239178221
HSL0.880.660.82
HSV318°26°94°
CMYK 0.000.260.08   0.06
XYZ64.568155.412075.6991
Yxy55.41200.33000.2832
Hunter Lab74.439224.5611-8.1860
CIE-Lab79.278028.8571-12.9044

#efb2dd color RGB value is (239,178,221).

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

The process color (four color CMYK) of #efb2dd color hex is 0.00, 0.26, 0.08, 0.06. Web safe color of #efb2dd is #ff99cc. Color #efb2dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110010 11011101
Octal 357 262 335
Decimal 239 178 221
Hex EF B2 DD

RGB Percentages of Color #efb2dd

%37.46
%27.90
%34.64

CMYK Percentages of Color #efb2dd

%0
%26
%8
%6

Triadic Colors of #efb2dd

#efb2dd #ddefb2 #b2ddef

Analogous Colors of #efb2dd

#efb2dd #efb2bf #e3b2ef

Monochromatic Colors of #efb2dd

#efb2dd

Complementary Color

#efb2dd #b2efc4

#efb2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb2dd Color CSS Codes

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

#efb2dd Text Font Color

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

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


#efb2dd Background Color

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

This div background color is #efb2dd


#efb2dd Border Color

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

This div border color is #efb2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb2dd


Comments

No comments written yet.

Please login to write comment.