Color Hex Logo

#efcefb Color Hex

#EFCEFB
(239,206,251)
0 Favorites   0 Comments

Color spaces of #efcefb

RGB 239206251
HSL0.790.850.90
HSV284°18°98°
CMYK 0.050.180.00   0.02
XYZ75.080569.4584100.7164
Yxy69.45840.30610.2832
Hunter Lab83.341714.9583-13.3113
CIE-Lab86.730519.3991-17.7476

#efcefb color RGB value is (239,206,251).

#efcefb hex color red value is 239, green value is 206 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #efcefb hue: 0.79 , saturation: 0.85 and the lightness value of efcefb is 0.90.

The process color (four color CMYK) of #efcefb color hex is 0.05, 0.18, 0.00, 0.02. Web safe color of #efcefb is #ffccff. Color #efcefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 11111011
Octal 357 316 373
Decimal 239 206 251
Hex EF CE FB

RGB Percentages of Color #efcefb

%34.34
%29.60
%36.06

CMYK Percentages of Color #efcefb

%5
%18
%0
%2

Triadic Colors of #efcefb

#efcefb #fbefce #cefbef

Analogous Colors of #efcefb

#efcefb #fbcef1 #d9cefb

Monochromatic Colors of #efcefb

#efcefb

Complementary Color

#efcefb #dafbce

#efcefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcefb Color CSS Codes

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

#efcefb Text Font Color

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

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


#efcefb Background Color

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

This div background color is #efcefb


#efcefb Border Color

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

This div border color is #efcefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcefb


Comments

No comments written yet.

Please login to write comment.