Color Hex Logo

#efbae8 Color Hex

#EFBAE8
(239,186,232)
0 Favorites   0 Comments

Color spaces of #efbae8

RGB 239186232
HSL0.860.620.83
HSV308°22°94°
CMYK 0.000.220.03   0.06
XYZ67.721059.294784.2197
Yxy59.29470.32060.2807
Hunter Lab77.003122.2280-10.9445
CIE-Lab81.453326.5216-15.5666

#efbae8 color RGB value is (239,186,232).

#efbae8 hex color red value is 239, green value is 186 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #efbae8 hue: 0.86 , saturation: 0.62 and the lightness value of efbae8 is 0.83.

The process color (four color CMYK) of #efbae8 color hex is 0.00, 0.22, 0.03, 0.06. Web safe color of #efbae8 is #ffccff. Color #efbae8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 11101000
Octal 357 272 350
Decimal 239 186 232
Hex EF BA E8

RGB Percentages of Color #efbae8

%36.38
%28.31
%35.31

CMYK Percentages of Color #efbae8

%0
%22
%3
%6

Triadic Colors of #efbae8

#efbae8 #e8efba #bae8ef

Analogous Colors of #efbae8

#efbae8 #efbace #dcbaef

Monochromatic Colors of #efbae8

#efbae8

Complementary Color

#efbae8 #baefc1

#efbae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbae8 Color CSS Codes

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

#efbae8 Text Font Color

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

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


#efbae8 Background Color

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

This div background color is #efbae8


#efbae8 Border Color

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

This div border color is #efbae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbae8


Comments

No comments written yet.

Please login to write comment.