Color Hex Logo

#efc4b8 Color Hex

#EFC4B8
(239,196,184)
0 Favorites   0 Comments

Color spaces of #efc4b8

RGB 239196184
HSL0.040.630.83
HSV13°23°94°
CMYK 0.000.180.23   0.06
XYZ63.988361.291353.8053
Yxy61.29130.35730.3422
Hunter Lab78.28888.889314.0541
CIE-Lab82.535113.498311.7688

#efc4b8 color RGB value is (239,196,184).

#efc4b8 hex color red value is 239, green value is 196 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #efc4b8 hue: 0.04 , saturation: 0.63 and the lightness value of efc4b8 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000100 10111000
Octal 357 304 270
Decimal 239 196 184
Hex EF C4 B8

RGB Percentages of Color #efc4b8

%38.61
%31.66
%29.73

CMYK Percentages of Color #efc4b8

%0
%18
%23
%6

Triadic Colors of #efc4b8

#efc4b8 #b8efc4 #c4b8ef

Analogous Colors of #efc4b8

#efc4b8 #efe0b8 #efb8c8

Monochromatic Colors of #efc4b8

#efc4b8

Complementary Color

#efc4b8 #b8e3ef

#efc4b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc4b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc4b8 Color CSS Codes

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

#efc4b8 Text Font Color

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

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


#efc4b8 Background Color

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

This div background color is #efc4b8


#efc4b8 Border Color

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

This div border color is #efc4b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc4b8


Comments

No comments written yet.

Please login to write comment.