Color Hex Logo

#efbcc4 Color Hex

#EFBCC4
(239,188,196)
0 Favorites   0 Comments

Color spaces of #efbcc4

RGB 239188196
HSL0.970.610.84
HSV351°21°94°
CMYK 0.000.210.18   0.06
XYZ63.543658.302760.1290
Yxy58.30270.34920.3204
Hunter Lab76.356214.92436.7596
CIE-Lab80.906819.49932.9948

#efbcc4 color RGB value is (239,188,196).

#efbcc4 hex color red value is 239, green value is 188 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #efbcc4 hue: 0.97 , saturation: 0.61 and the lightness value of efbcc4 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 11000100
Octal 357 274 304
Decimal 239 188 196
Hex EF BC C4

RGB Percentages of Color #efbcc4

%38.36
%30.18
%31.46

CMYK Percentages of Color #efbcc4

%0
%21
%18
%6

Triadic Colors of #efbcc4

#efbcc4 #c4efbc #bcc4ef

Analogous Colors of #efbcc4

#efbcc4 #efcebc #efbcde

Monochromatic Colors of #efbcc4

#efbcc4

Complementary Color

#efbcc4 #bcefe7

#efbcc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbcc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbcc4 Color CSS Codes

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

#efbcc4 Text Font Color

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

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


#efbcc4 Background Color

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

This div background color is #efbcc4


#efbcc4 Border Color

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

This div border color is #efbcc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbcc4


Comments

No comments written yet.

Please login to write comment.