Color Hex Logo

#efbdc1 Color Hex

#EFBDC1
(239,189,193)
0 Favorites   0 Comments

Color spaces of #efbdc1

RGB 239189193
HSL0.990.610.84
HSV355°21°94°
CMYK 0.000.210.19   0.06
XYZ63.419858.596258.4197
Yxy58.59620.35150.3247
Hunter Lab76.548213.92728.3350
CIE-Lab81.069118.51554.8445

#efbdc1 color RGB value is (239,189,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 11000001
Octal 357 275 301
Decimal 239 189 193
Hex EF BD C1

RGB Percentages of Color #efbdc1

%38.49
%30.43
%31.08

CMYK Percentages of Color #efbdc1

%0
%21
%19
%6

Triadic Colors of #efbdc1

#efbdc1 #c1efbd #bdc1ef

Analogous Colors of #efbdc1

#efbdc1 #efd2bd #efbdda

Monochromatic Colors of #efbdc1

#efbdc1

Complementary Color

#efbdc1 #bdefeb

#efbdc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbdc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbdc1 Color CSS Codes

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

#efbdc1 Text Font Color

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

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


#efbdc1 Background Color

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

This div background color is #efbdc1


#efbdc1 Border Color

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

This div border color is #efbdc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbdc1


Comments

No comments written yet.

Please login to write comment.