Color Hex Logo

#effbce Color Hex

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

Color spaces of #effbce

RGB 239251206
HSL0.210.850.90
HSV76°18°98°
CMYK 0.050.000.18   0.02
XYZ81.234491.801371.8304
Yxy91.80130.33180.3749
Hunter Lab95.8130-16.332722.6198
CIE-Lab96.7390-11.443020.2720

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

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

The process color (four color CMYK) of #effbce color hex is 0.05, 0.00, 0.18, 0.02. Web safe color of #effbce is #ffffcc. Color #effbce contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #effbce

%34.34
%36.06
%29.60

CMYK Percentages of Color #effbce

%5
%0
%18
%2

Triadic Colors of #effbce

#effbce #ceeffb #fbceef

Analogous Colors of #effbce

#effbce #d9fbce #fbf1ce

Monochromatic Colors of #effbce

#effbce

Complementary Color

#effbce #dacefb

#effbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#effbce Color CSS Codes

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

#effbce Text Font Color

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

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


#effbce Background Color

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

This div background color is #effbce


#effbce Border Color

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

This div border color is #effbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effbce


Comments

No comments written yet.

Please login to write comment.