Color Hex Logo

#efbcd1 Color Hex

#EFBCD1
(239,188,209)
0 Favorites   0 Comments

Color spaces of #efbcd1

RGB 239188209
HSL0.930.610.84
HSV335°21°94°
CMYK 0.000.210.13   0.06
XYZ65.088458.920668.2639
Yxy58.92060.33850.3064
Hunter Lab76.759817.02941.0041
CIE-Lab81.247921.5435-3.5062

#efbcd1 color RGB value is (239,188,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 11010001
Octal 357 274 321
Decimal 239 188 209
Hex EF BC D1

RGB Percentages of Color #efbcd1

%37.58
%29.56
%32.86

CMYK Percentages of Color #efbcd1

%0
%21
%13
%6

Triadic Colors of #efbcd1

#efbcd1 #d1efbc #bcd1ef

Analogous Colors of #efbcd1

#efbcd1 #efc1bc #efbceb

Monochromatic Colors of #efbcd1

#efbcd1

Complementary Color

#efbcd1 #bcefda

#efbcd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbcd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbcd1 Color CSS Codes

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

#efbcd1 Text Font Color

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

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


#efbcd1 Background Color

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

This div background color is #efbcd1


#efbcd1 Border Color

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

This div border color is #efbcd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbcd1


Comments

No comments written yet.

Please login to write comment.