Color Hex Logo

#efaefb Color Hex

#EFAEFB
(239,174,251)
0 Favorites   0 Comments

Color spaces of #efaefb

RGB 239174251
HSL0.810.910.83
HSV291°31°98°
CMYK 0.050.310.00   0.02
XYZ68.145255.587998.4047
Yxy55.58790.30680.2502
Hunter Lab74.557332.6733-26.0640
CIE-Lab79.378736.3944-28.9208

#efaefb color RGB value is (239,174,251).

#efaefb hex color red value is 239, green value is 174 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #efaefb hue: 0.81 , saturation: 0.91 and the lightness value of efaefb is 0.83.

The process color (four color CMYK) of #efaefb color hex is 0.05, 0.31, 0.00, 0.02. Web safe color of #efaefb is #ff99ff. Color #efaefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 11111011
Octal 357 256 373
Decimal 239 174 251
Hex EF AE FB

RGB Percentages of Color #efaefb

%35.99
%26.20
%37.80

CMYK Percentages of Color #efaefb

%5
%31
%0
%2

Triadic Colors of #efaefb

#efaefb #fbefae #aefbef

Analogous Colors of #efaefb

#efaefb #fbaee1 #c9aefb

Monochromatic Colors of #efaefb

#efaefb

Complementary Color

#efaefb #bafbae

#efaefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaefb Color CSS Codes

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

#efaefb Text Font Color

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

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


#efaefb Background Color

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

This div background color is #efaefb


#efaefb Border Color

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

This div border color is #efaefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaefb

Related Colors


Comments

No comments written yet.

Please login to write comment.