Color Hex Logo

#eff3d6 Color Hex

#EFF3D6
(239,243,214)
0 Favorites   0 Comments

Color spaces of #eff3d6

RGB 239243214
HSL0.190.550.90
HSV68°12°95°
CMYK 0.020.000.12   0.05
XYZ79.784887.306976.2651
Yxy87.30690.32790.3588
Hunter Lab93.4382-11.099517.0137
CIE-Lab94.8683-6.219113.5350

#eff3d6 color RGB value is (239,243,214).

#eff3d6 hex color red value is 239, green value is 243 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #eff3d6 hue: 0.19 , saturation: 0.55 and the lightness value of eff3d6 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110011 11010110
Octal 357 363 326
Decimal 239 243 214
Hex EF F3 D6

RGB Percentages of Color #eff3d6

%34.34
%34.91
%30.75

CMYK Percentages of Color #eff3d6

%2
%0
%12
%5

Triadic Colors of #eff3d6

#eff3d6 #d6eff3 #f3d6ef

Analogous Colors of #eff3d6

#eff3d6 #e1f3d6 #f3e9d6

Monochromatic Colors of #eff3d6

#eff3d6

Complementary Color

#eff3d6 #dad6f3

#eff3d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff3d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff3d6 Color CSS Codes

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

#eff3d6 Text Font Color

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

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


#eff3d6 Background Color

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

This div background color is #eff3d6


#eff3d6 Border Color

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

This div border color is #eff3d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff3d6

Related Colors


Comments

No comments written yet.

Please login to write comment.