Color Hex Logo

#effbdb Color Hex

#EFFBDB
(239,251,219)
0 Favorites   0 Comments

Color spaces of #effbdb

RGB 239251219
HSL0.230.800.92
HSV83°13°98°
CMYK 0.050.000.13   0.02
XYZ82.880092.459680.4961
Yxy92.45960.32400.3614
Hunter Lab96.1559-14.417717.6750
CIE-Lab97.0079-9.419113.9982

#effbdb color RGB value is (239,251,219).

#effbdb hex color red value is 239, green value is 251 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #effbdb hue: 0.23 , saturation: 0.80 and the lightness value of effbdb is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111011 11011011
Octal 357 373 333
Decimal 239 251 219
Hex EF FB DB

RGB Percentages of Color #effbdb

%33.71
%35.40
%30.89

CMYK Percentages of Color #effbdb

%5
%0
%13
%2

Triadic Colors of #effbdb

#effbdb #dbeffb #fbdbef

Analogous Colors of #effbdb

#effbdb #dffbdb #fbf7db

Monochromatic Colors of #effbdb

#effbdb

Complementary Color

#effbdb #e7dbfb

#effbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#effbdb Color CSS Codes

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

#effbdb Text Font Color

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

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


#effbdb Background Color

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

This div background color is #effbdb


#effbdb Border Color

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

This div border color is #effbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effbdb


Comments

No comments written yet.

Please login to write comment.