Color Hex Logo

#efbfdf Color Hex

#EFBFDF
(239,191,223)
0 Favorites   0 Comments

Color spaces of #efbfdf

RGB 239191223
HSL0.890.600.84
HSV320°20°94°
CMYK 0.000.200.07   0.06
XYZ67.546760.940078.0145
Yxy60.94000.32710.2951
Hunter Lab78.064117.8390-4.6075
CIE-Lab82.346522.2883-9.4022

#efbfdf color RGB value is (239,191,223).

#efbfdf hex color red value is 239, green value is 191 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #efbfdf hue: 0.89 , saturation: 0.60 and the lightness value of efbfdf is 0.84.

The process color (four color CMYK) of #efbfdf color hex is 0.00, 0.20, 0.07, 0.06. Web safe color of #efbfdf is #ffcccc. Color #efbfdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111111 11011111
Octal 357 277 337
Decimal 239 191 223
Hex EF BF DF

RGB Percentages of Color #efbfdf

%36.60
%29.25
%34.15

CMYK Percentages of Color #efbfdf

%0
%20
%7
%6

Triadic Colors of #efbfdf

#efbfdf #dfefbf #bfdfef

Analogous Colors of #efbfdf

#efbfdf #efbfc7 #e7bfef

Monochromatic Colors of #efbfdf

#efbfdf

Complementary Color

#efbfdf #bfefcf

#efbfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbfdf Color CSS Codes

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

#efbfdf Text Font Color

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

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


#efbfdf Background Color

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

This div background color is #efbfdf


#efbfdf Border Color

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

This div border color is #efbfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbfdf


Comments

No comments written yet.

Please login to write comment.