Color Hex Logo

#effebf Color Hex

#EFFEBF
(239,254,191)
0 Favorites   0 Comments

Color spaces of #effebf

RGB 239254191
HSL0.210.970.87
HSV74°25°100°
CMYK 0.060.000.25   0.00
XYZ80.442492.995963.0005
Yxy92.99590.34020.3933
Hunter Lab96.4344-19.861328.7700
CIE-Lab97.2259-15.088928.5597

#effebf color RGB value is (239,254,191).

#effebf hex color red value is 239, green value is 254 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #effebf hue: 0.21 , saturation: 0.97 and the lightness value of effebf is 0.87.

The process color (four color CMYK) of #effebf color hex is 0.06, 0.00, 0.25, 0.00. Web safe color of #effebf is #ffffcc. Color #effebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 10111111
Octal 357 376 277
Decimal 239 254 191
Hex EF FE BF

RGB Percentages of Color #effebf

%34.94
%37.13
%27.92

CMYK Percentages of Color #effebf

%6
%0
%25
%0

Triadic Colors of #effebf

#effebf #bfeffe #febfef

Analogous Colors of #effebf

#effebf #d0febf #feeebf

Monochromatic Colors of #effebf

#effebf

Complementary Color

#effebf #cebffe

#effebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#effebf Color CSS Codes

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

#effebf Text Font Color

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

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


#effebf Background Color

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

This div background color is #effebf


#effebf Border Color

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

This div border color is #effebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effebf


Comments

No comments written yet.

Please login to write comment.