Color Hex Logo

#efbef1 Color Hex

#EFBEF1
(239,190,241)
0 Favorites   0 Comments

Color spaces of #efbef1

RGB 239190241
HSL0.830.650.85
HSV298°21°95°
CMYK 0.010.210.00   0.05
XYZ69.887261.528591.4118
Yxy61.52850.31360.2761
Hunter Lab78.440121.7666-14.1868
CIE-Lab82.662026.0233-18.5665

#efbef1 color RGB value is (239,190,241).

#efbef1 hex color red value is 239, green value is 190 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #efbef1 hue: 0.83 , saturation: 0.65 and the lightness value of efbef1 is 0.85.

The process color (four color CMYK) of #efbef1 color hex is 0.01, 0.21, 0.00, 0.05. Web safe color of #efbef1 is #ffccff. Color #efbef1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 11110001
Octal 357 276 361
Decimal 239 190 241
Hex EF BE F1

RGB Percentages of Color #efbef1

%35.67
%28.36
%35.97

CMYK Percentages of Color #efbef1

%1
%21
%0
%5

Triadic Colors of #efbef1

#efbef1 #f1efbe #bef1ef

Analogous Colors of #efbef1

#efbef1 #f1beda #d6bef1

Monochromatic Colors of #efbef1

#efbef1

Complementary Color

#efbef1 #c0f1be

#efbef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbef1 Color CSS Codes

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

#efbef1 Text Font Color

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

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


#efbef1 Background Color

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

This div background color is #efbef1


#efbef1 Border Color

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

This div border color is #efbef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbef1


Comments

No comments written yet.

Please login to write comment.