Color Hex Logo

#efebfc Color Hex

#EFEBFC
(239,235,252)
0 Favorites   0 Comments

Color spaces of #efebfc

RGB 239235252
HSL0.710.740.95
HSV254°99°
CMYK 0.050.070.00   0.01
XYZ82.875684.7957104.0946
Yxy84.79570.30500.3120
Hunter Lab92.0846-0.4990-2.5636
CIE-Lab93.79504.4209-7.7224

#efebfc color RGB value is (239,235,252).

#efebfc hex color red value is 239, green value is 235 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #efebfc hue: 0.71 , saturation: 0.74 and the lightness value of efebfc is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 11111100
Octal 357 353 374
Decimal 239 235 252
Hex EF EB FC

RGB Percentages of Color #efebfc

%32.92
%32.37
%34.71

CMYK Percentages of Color #efebfc

%5
%7
%0
%1

Triadic Colors of #efebfc

#efebfc #fcefeb #ebfcef

Analogous Colors of #efebfc

#efebfc #f8ebfc #ebf0fc

Monochromatic Colors of #efebfc

#efebfc

Complementary Color

#efebfc #f8fceb

#efebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebfc Color CSS Codes

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

#efebfc Text Font Color

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

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


#efebfc Background Color

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

This div background color is #efebfc


#efebfc Border Color

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

This div border color is #efebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebfc

Related Colors


Comments

No comments written yet.

Please login to write comment.