Color Hex Logo

#eefdbc Color Hex

#EEFDBC
(238,253,188)
0 Favorites   0 Comments

Color spaces of #eefdbc

RGB 238253188
HSL0.210.940.86
HSV74°26°99°
CMYK 0.060.000.26   0.01
XYZ79.462392.058561.1579
Yxy92.05850.34150.3956
Hunter Lab95.9471-20.075829.3708
CIE-Lab96.8442-15.372229.5424

#eefdbc color RGB value is (238,253,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111101 10111100
Octal 356 375 274
Decimal 238 253 188
Hex EE FD BC

RGB Percentages of Color #eefdbc

%35.05
%37.26
%27.69

CMYK Percentages of Color #eefdbc

%6
%0
%26
%1

Triadic Colors of #eefdbc

#eefdbc #bceefd #fdbcee

Analogous Colors of #eefdbc

#eefdbc #cefdbc #fdecbc

Monochromatic Colors of #eefdbc

#eefdbc

Complementary Color

#eefdbc #cbbcfd

#eefdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefdbc Color CSS Codes

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

#eefdbc Text Font Color

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

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


#eefdbc Background Color

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

This div background color is #eefdbc


#eefdbc Border Color

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

This div border color is #eefdbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,253,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 #eefdbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefdbc


Comments

No comments written yet.

Please login to write comment.