Color Hex Logo

#efbbf4 Color Hex

#EFBBF4
(239,187,244)
0 Favorites   0 Comments

Color spaces of #efbbf4

RGB 239187244
HSL0.820.720.85
HSV295°23°96°
CMYK 0.020.230.00   0.04
XYZ69.696160.423093.5774
Yxy60.42300.31160.2701
Hunter Lab77.732224.0149-16.9633
CIE-Lab82.067628.1740-21.0697

#efbbf4 color RGB value is (239,187,244).

#efbbf4 hex color red value is 239, green value is 187 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #efbbf4 hue: 0.82 , saturation: 0.72 and the lightness value of efbbf4 is 0.85.

The process color (four color CMYK) of #efbbf4 color hex is 0.02, 0.23, 0.00, 0.04. Web safe color of #efbbf4 is #ffccff. Color #efbbf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 11110100
Octal 357 273 364
Decimal 239 187 244
Hex EF BB F4

RGB Percentages of Color #efbbf4

%35.67
%27.91
%36.42

CMYK Percentages of Color #efbbf4

%2
%23
%0
%4

Triadic Colors of #efbbf4

#efbbf4 #f4efbb #bbf4ef

Analogous Colors of #efbbf4

#efbbf4 #f4bbdd #d3bbf4

Monochromatic Colors of #efbbf4

#efbbf4

Complementary Color

#efbbf4 #c0f4bb

#efbbf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbbf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbbf4 Color CSS Codes

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

#efbbf4 Text Font Color

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

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


#efbbf4 Background Color

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

This div background color is #efbbf4


#efbbf4 Border Color

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

This div border color is #efbbf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbbf4


Comments

No comments written yet.

Please login to write comment.