Color Hex Logo

#effdba Color Hex

#EFFDBA
(239,253,186)
0 Favorites   0 Comments

Color spaces of #effdba

RGB 239253186
HSL0.200.940.86
HSV73°26°99°
CMYK 0.060.000.26   0.01
XYZ79.584892.146560.0459
Yxy92.14650.34340.3976
Hunter Lab95.9930-19.998930.1078
CIE-Lab96.8802-15.285230.6107

#effdba color RGB value is (239,253,186).

#effdba hex color red value is 239, green value is 253 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #effdba hue: 0.20 , saturation: 0.94 and the lightness value of effdba is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 10111010
Octal 357 375 272
Decimal 239 253 186
Hex EF FD BA

RGB Percentages of Color #effdba

%35.25
%37.32
%27.43

CMYK Percentages of Color #effdba

%6
%0
%26
%1

Triadic Colors of #effdba

#effdba #baeffd #fdbaef

Analogous Colors of #effdba

#effdba #cefdba #fdeaba

Monochromatic Colors of #effdba

#effdba

Complementary Color

#effdba #c8bafd

#effdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#effdba Color CSS Codes

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

#effdba Text Font Color

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

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


#effdba Background Color

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

This div background color is #effdba


#effdba Border Color

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

This div border color is #effdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effdba


Comments

No comments written yet.

Please login to write comment.