Color Hex Logo

#efdede Color Hex

#EFDEDE
(239,222,222)
1 Favorites   0 Comments

Color spaces of #efdede

RGB 239222222
HSL0.000.350.90
HSV94°
CMYK 0.000.070.07   0.06
XYZ74.902775.867279.8033
Yxy75.86720.32490.3290
Hunter Lab87.10181.07206.6493
CIE-Lab89.79765.81372.0871

#efdede color RGB value is (239,222,222).

#efdede hex color red value is 239, green value is 222 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #efdede hue: 0.00 , saturation: 0.35 and the lightness value of efdede is 0.90.

The process color (four color CMYK) of #efdede color hex is 0.00, 0.07, 0.07, 0.06. Web safe color of #efdede is #ffcccc. Color #efdede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 11011110
Octal 357 336 336
Decimal 239 222 222
Hex EF DE DE

RGB Percentages of Color #efdede

%34.99
%32.50
%32.50

CMYK Percentages of Color #efdede

%0
%7
%7
%6

Triadic Colors of #efdede

#efdede #deefde #dedeef

Analogous Colors of #efdede

#efdede #efe7de #efdee7

Monochromatic Colors of #efdede

#efdede

Complementary Color

#efdede #deefef

#efdede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdede Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdede Color CSS Codes

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

#efdede Text Font Color

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

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


#efdede Background Color

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

This div background color is #efdede


#efdede Border Color

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

This div border color is #efdede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdede


Comments

No comments written yet.

Please login to write comment.