Color Hex Logo

#efa5da Color Hex

#EFA5DA
(239,165,218)
0 Favorites   0 Comments

Color spaces of #efa5da

RGB 239165218
HSL0.880.700.79
HSV317°31°94°
CMYK 0.000.310.09   0.06
XYZ61.706650.322972.7907
Yxy50.32290.33390.2723
Hunter Lab70.938631.1272-11.1809
CIE-Lab76.267035.2440-15.7969

#efa5da color RGB value is (239,165,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 11011010
Octal 357 245 332
Decimal 239 165 218
Hex EF A5 DA

RGB Percentages of Color #efa5da

%38.42
%26.53
%35.05

CMYK Percentages of Color #efa5da

%0
%31
%9
%6

Triadic Colors of #efa5da

#efa5da #daefa5 #a5daef

Analogous Colors of #efa5da

#efa5da #efa5b5 #dfa5ef

Monochromatic Colors of #efa5da

#efa5da

Complementary Color

#efa5da #a5efba

#efa5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa5da Color CSS Codes

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

#efa5da Text Font Color

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

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


#efa5da Background Color

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

This div background color is #efa5da


#efa5da Border Color

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

This div border color is #efa5da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa5da


Comments

No comments written yet.

Please login to write comment.