Color Hex Logo

#efbcf9 Color Hex

#EFBCF9
(239,188,249)
0 Favorites   0 Comments

Color spaces of #efbcf9

RGB 239188249
HSL0.810.840.86
HSV290°24°98°
CMYK 0.040.240.00   0.02
XYZ70.678761.156797.7018
Yxy61.15670.30790.2664
Hunter Lab78.202724.4713-19.3314
CIE-Lab82.462928.5789-23.1417

#efbcf9 color RGB value is (239,188,249).

#efbcf9 hex color red value is 239, green value is 188 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #efbcf9 hue: 0.81 , saturation: 0.84 and the lightness value of efbcf9 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 11111001
Octal 357 274 371
Decimal 239 188 249
Hex EF BC F9

RGB Percentages of Color #efbcf9

%35.36
%27.81
%36.83

CMYK Percentages of Color #efbcf9

%4
%24
%0
%2

Triadic Colors of #efbcf9

#efbcf9 #f9efbc #bcf9ef

Analogous Colors of #efbcf9

#efbcf9 #f9bce5 #d1bcf9

Monochromatic Colors of #efbcf9

#efbcf9

Complementary Color

#efbcf9 #c6f9bc

#efbcf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbcf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbcf9 Color CSS Codes

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

#efbcf9 Text Font Color

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

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


#efbcf9 Background Color

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

This div background color is #efbcf9


#efbcf9 Border Color

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

This div border color is #efbcf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbcf9


Comments

No comments written yet.

Please login to write comment.