Color Hex Logo

#eefabc Color Hex

#EEFABC
(238,250,188)
0 Favorites   0 Comments

Color spaces of #eefabc

RGB 238250188
HSL0.200.860.86
HSV72°25°98°
CMYK 0.050.000.25   0.02
XYZ78.522690.179260.8447
Yxy90.17920.34210.3929
Hunter Lab94.9627-18.587028.4855
CIE-Lab96.0711-13.903728.4916

#eefabc color RGB value is (238,250,188).

#eefabc hex color red value is 238, green value is 250 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #eefabc hue: 0.20 , saturation: 0.86 and the lightness value of eefabc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 10111100
Octal 356 372 274
Decimal 238 250 188
Hex EE FA BC

RGB Percentages of Color #eefabc

%35.21
%36.98
%27.81

CMYK Percentages of Color #eefabc

%5
%0
%25
%2

Triadic Colors of #eefabc

#eefabc #bceefa #fabcee

Analogous Colors of #eefabc

#eefabc #cffabc #fae7bc

Monochromatic Colors of #eefabc

#eefabc

Complementary Color

#eefabc #c8bcfa

#eefabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefabc Color CSS Codes

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

#eefabc Text Font Color

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

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


#eefabc Background Color

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

This div background color is #eefabc


#eefabc Border Color

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

This div border color is #eefabc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,250,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eefabc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eefabc;
  -webkit-box-shadow: 1px 1px 3px 2px #eefabc;
  box-shadow:         1px 1px 3px 2px #eefabc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,250,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefabc

Related Colors


Comments

No comments written yet.

Please login to write comment.