Color Hex Logo

#efa5dd Color Hex

#EFA5DD
(239,165,221)
0 Favorites   0 Comments

Color spaces of #efa5dd

RGB 239165221
HSL0.870.700.79
HSV315°31°94°
CMYK 0.000.310.08   0.06
XYZ62.102950.481474.8773
Yxy50.48140.33130.2693
Hunter Lab71.050331.6835-12.7484
CIE-Lab76.363835.7517-17.2854

#efa5dd color RGB value is (239,165,221).

#efa5dd hex color red value is 239, green value is 165 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #efa5dd hue: 0.87 , saturation: 0.70 and the lightness value of efa5dd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 11011101
Octal 357 245 335
Decimal 239 165 221
Hex EF A5 DD

RGB Percentages of Color #efa5dd

%38.24
%26.40
%35.36

CMYK Percentages of Color #efa5dd

%0
%31
%8
%6

Triadic Colors of #efa5dd

#efa5dd #ddefa5 #a5ddef

Analogous Colors of #efa5dd

#efa5dd #efa5b8 #dca5ef

Monochromatic Colors of #efa5dd

#efa5dd

Complementary Color

#efa5dd #a5efb7

#efa5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa5dd Color CSS Codes

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

#efa5dd Text Font Color

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

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


#efa5dd Background Color

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

This div background color is #efa5dd


#efa5dd Border Color

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

This div border color is #efa5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa5dd


Comments

No comments written yet.

Please login to write comment.