Color Hex Logo

#efebfe Color Hex

#EFEBFE
(239,235,254)
0 Favorites   0 Comments

Color spaces of #efebfe

RGB 239235254
HSL0.700.900.96
HSV253°100°
CMYK 0.060.070.00   0.00
XYZ83.194384.9231105.7729
Yxy84.92310.30380.3101
Hunter Lab92.1537-0.1233-3.5447
CIE-Lab93.85004.7956-8.6808

#efebfe color RGB value is (239,235,254).

#efebfe hex color red value is 239, green value is 235 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #efebfe hue: 0.70 , saturation: 0.90 and the lightness value of efebfe is 0.96.

The process color (four color CMYK) of #efebfe color hex is 0.06, 0.07, 0.00, 0.00. Web safe color of #efebfe is #ffffff. Color #efebfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 11111110
Octal 357 353 376
Decimal 239 235 254
Hex EF EB FE

RGB Percentages of Color #efebfe

%32.83
%32.28
%34.89

CMYK Percentages of Color #efebfe

%6
%7
%0
%0

Triadic Colors of #efebfe

#efebfe #feefeb #ebfeef

Analogous Colors of #efebfe

#efebfe #f9ebfe #ebf1fe

Monochromatic Colors of #efebfe

#efebfe

Complementary Color

#efebfe #fafeeb

#efebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebfe Color CSS Codes

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

#efebfe Text Font Color

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

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


#efebfe Background Color

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

This div background color is #efebfe


#efebfe Border Color

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

This div border color is #efebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebfe


Comments

No comments written yet.

Please login to write comment.