Color Hex Logo

#efbbf5 Color Hex

#EFBBF5
(239,187,245)
0 Favorites   0 Comments

Color spaces of #efbbf5

RGB 239187245
HSL0.820.740.85
HSV294°24°96°
CMYK 0.020.240.00   0.04
XYZ69.848460.483994.3794
Yxy60.48390.31080.2692
Hunter Lab77.771424.2153-17.5113
CIE-Lab82.100528.3602-21.5546

#efbbf5 color RGB value is (239,187,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 11110101
Octal 357 273 365
Decimal 239 187 245
Hex EF BB F5

RGB Percentages of Color #efbbf5

%35.62
%27.87
%36.51

CMYK Percentages of Color #efbbf5

%2
%24
%0
%4

Triadic Colors of #efbbf5

#efbbf5 #f5efbb #bbf5ef

Analogous Colors of #efbbf5

#efbbf5 #f5bbde #d2bbf5

Monochromatic Colors of #efbbf5

#efbbf5

Complementary Color

#efbbf5 #c1f5bb

#efbbf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbbf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbbf5 Color CSS Codes

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

#efbbf5 Text Font Color

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

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


#efbbf5 Background Color

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

This div background color is #efbbf5


#efbbf5 Border Color

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

This div border color is #efbbf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbbf5


Comments

No comments written yet.

Please login to write comment.