Color Hex Logo

#efbeed Color Hex

#EFBEED
(239,190,237)
0 Favorites   0 Comments

Color spaces of #efbeed

RGB 239190237
HSL0.840.600.84
HSV302°21°94°
CMYK 0.000.210.01   0.06
XYZ69.296161.292188.2990
Yxy61.29210.31660.2800
Hunter Lab78.289320.9893-12.0681
CIE-Lab82.535525.2927-16.6182

#efbeed color RGB value is (239,190,237).

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

The process color (four color CMYK) of #efbeed color hex is 0.00, 0.21, 0.01, 0.06. Web safe color of #efbeed is #ffccff. Color #efbeed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 11101101
Octal 357 276 355
Decimal 239 190 237
Hex EF BE ED

RGB Percentages of Color #efbeed

%35.89
%28.53
%35.59

CMYK Percentages of Color #efbeed

%0
%21
%1
%6

Triadic Colors of #efbeed

#efbeed #edefbe #beedef

Analogous Colors of #efbeed

#efbeed #efbed5 #d9beef

Monochromatic Colors of #efbeed

#efbeed

Complementary Color

#efbeed #beefc0

#efbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbeed Color CSS Codes

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

#efbeed Text Font Color

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

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


#efbeed Background Color

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

This div background color is #efbeed


#efbeed Border Color

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

This div border color is #efbeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbeed


Comments

No comments written yet.

Please login to write comment.