Color Hex Logo

#efbef4 Color Hex

#EFBEF4
(239,190,244)
0 Favorites   0 Comments

Color spaces of #efbef4

RGB 239190244
HSL0.820.710.85
HSV294°22°96°
CMYK 0.020.220.00   0.04
XYZ70.339261.709393.7918
Yxy61.70930.31150.2732
Hunter Lab78.555322.3590-15.8012
CIE-Lab82.758626.5780-20.0234

#efbef4 color RGB value is (239,190,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 11110100
Octal 357 276 364
Decimal 239 190 244
Hex EF BE F4

RGB Percentages of Color #efbef4

%35.51
%28.23
%36.26

CMYK Percentages of Color #efbef4

%2
%22
%0
%4

Triadic Colors of #efbef4

#efbef4 #f4efbe #bef4ef

Analogous Colors of #efbef4

#efbef4 #f4bede #d4bef4

Monochromatic Colors of #efbef4

#efbef4

Complementary Color

#efbef4 #c3f4be

#efbef4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbef4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbef4 Color CSS Codes

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

#efbef4 Text Font Color

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

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


#efbef4 Background Color

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

This div background color is #efbef4


#efbef4 Border Color

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

This div border color is #efbef4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,190,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 #efbef4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbef4


Comments

No comments written yet.

Please login to write comment.