Color Hex Logo

#efa5dc Color Hex

#EFA5DC
(239,165,220)
0 Favorites   0 Comments

Color spaces of #efa5dc

RGB 239165220
HSL0.880.700.79
HSV315°31°94°
CMYK 0.000.310.08   0.06
XYZ61.970050.428374.1776
Yxy50.42830.33210.2703
Hunter Lab71.012931.4970-12.2233
CIE-Lab76.331435.5816-16.7896

#efa5dc color RGB value is (239,165,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 11011100
Octal 357 245 334
Decimal 239 165 220
Hex EF A5 DC

RGB Percentages of Color #efa5dc

%38.30
%26.44
%35.26

CMYK Percentages of Color #efa5dc

%0
%31
%8
%6

Triadic Colors of #efa5dc

#efa5dc #dcefa5 #a5dcef

Analogous Colors of #efa5dc

#efa5dc #efa5b7 #dda5ef

Monochromatic Colors of #efa5dc

#efa5dc

Complementary Color

#efa5dc #a5efb8

#efa5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa5dc Color CSS Codes

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

#efa5dc Text Font Color

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

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


#efa5dc Background Color

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

This div background color is #efa5dc


#efa5dc Border Color

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

This div border color is #efa5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa5dc


Comments

No comments written yet.

Please login to write comment.