Color Hex Logo

#efdfc4 Color Hex

#EFDFC4
(239,223,196)
0 Favorites   0 Comments

Color spaces of #efdfc4

RGB 239223196
HSL0.100.570.85
HSV38°18°94°
CMYK 0.000.070.18   0.06
XYZ71.948175.111662.9305
Yxy75.11160.34260.3577
Hunter Lab86.6669-3.482217.6153
CIE-Lab89.44521.178515.2065

#efdfc4 color RGB value is (239,223,196).

#efdfc4 hex color red value is 239, green value is 223 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #efdfc4 hue: 0.10 , saturation: 0.57 and the lightness value of efdfc4 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 11000100
Octal 357 337 304
Decimal 239 223 196
Hex EF DF C4

RGB Percentages of Color #efdfc4

%36.32
%33.89
%29.79

CMYK Percentages of Color #efdfc4

%0
%7
%18
%6

Triadic Colors of #efdfc4

#efdfc4 #c4efdf #dfc4ef

Analogous Colors of #efdfc4

#efdfc4 #eaefc4 #efcac4

Monochromatic Colors of #efdfc4

#efdfc4

Complementary Color

#efdfc4 #c4d4ef

#efdfc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdfc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdfc4 Color CSS Codes

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

#efdfc4 Text Font Color

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

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


#efdfc4 Background Color

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

This div background color is #efdfc4


#efdfc4 Border Color

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

This div border color is #efdfc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdfc4


Comments

No comments written yet.

Please login to write comment.