Color Hex Logo

#effbc4 Color Hex

#EFFBC4
(239,251,196)
0 Favorites   0 Comments

Color spaces of #effbc4

RGB 239251196
HSL0.200.870.88
HSV73°22°98°
CMYK 0.050.000.22   0.02
XYZ80.057691.330665.6336
Yxy91.33060.33780.3853
Hunter Lab95.5670-17.710826.1777
CIE-Lab96.5460-12.913525.0972

#effbc4 color RGB value is (239,251,196).

#effbc4 hex color red value is 239, green value is 251 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #effbc4 hue: 0.20 , saturation: 0.87 and the lightness value of effbc4 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111011 11000100
Octal 357 373 304
Decimal 239 251 196
Hex EF FB C4

RGB Percentages of Color #effbc4

%34.84
%36.59
%28.57

CMYK Percentages of Color #effbc4

%5
%0
%22
%2

Triadic Colors of #effbc4

#effbc4 #c4effb #fbc4ef

Analogous Colors of #effbc4

#effbc4 #d4fbc4 #fbecc4

Monochromatic Colors of #effbc4

#effbc4

Complementary Color

#effbc4 #d0c4fb

#effbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effbc4 Color CSS Codes

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

#effbc4 Text Font Color

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

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


#effbc4 Background Color

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

This div background color is #effbc4


#effbc4 Border Color

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

This div border color is #effbc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effbc4

Related Colors


Comments

No comments written yet.

Please login to write comment.