Color Hex Logo

#efbec9 Color Hex

#EFBEC9
(239,190,201)
0 Favorites   0 Comments

Color spaces of #efbec9

RGB 239190201
HSL0.960.600.84
HSV347°21°94°
CMYK 0.000.210.16   0.06
XYZ64.552759.394763.3204
Yxy59.39470.34470.3172
Hunter Lab77.068014.64405.2339
CIE-Lab81.508119.20981.1783

#efbec9 color RGB value is (239,190,201).

#efbec9 hex color red value is 239, green value is 190 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #efbec9 hue: 0.96 , saturation: 0.60 and the lightness value of efbec9 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 11001001
Octal 357 276 311
Decimal 239 190 201
Hex EF BE C9

RGB Percentages of Color #efbec9

%37.94
%30.16
%31.90

CMYK Percentages of Color #efbec9

%0
%21
%16
%6

Triadic Colors of #efbec9

#efbec9 #c9efbe #bec9ef

Analogous Colors of #efbec9

#efbec9 #efccbe #efbee2

Monochromatic Colors of #efbec9

#efbec9

Complementary Color

#efbec9 #beefe4

#efbec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbec9 Color CSS Codes

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

#efbec9 Text Font Color

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

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


#efbec9 Background Color

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

This div background color is #efbec9


#efbec9 Border Color

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

This div border color is #efbec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbec9


Comments

No comments written yet.

Please login to write comment.