Color Hex Logo

#efbdc9 Color Hex

#EFBDC9
(239,189,201)
0 Favorites   0 Comments

Color spaces of #efbdc9

RGB 239189201
HSL0.960.610.84
HSV346°21°94°
CMYK 0.000.210.16   0.06
XYZ64.336858.963063.2484
Yxy58.96300.34490.3161
Hunter Lab76.787415.17954.9150
CIE-Lab81.271319.74000.8333

#efbdc9 color RGB value is (239,189,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 11001001
Octal 357 275 311
Decimal 239 189 201
Hex EF BD C9

RGB Percentages of Color #efbdc9

%38.00
%30.05
%31.96

CMYK Percentages of Color #efbdc9

%0
%21
%16
%6

Triadic Colors of #efbdc9

#efbdc9 #c9efbd #bdc9ef

Analogous Colors of #efbdc9

#efbdc9 #efcabd #efbde2

Monochromatic Colors of #efbdc9

#efbdc9

Complementary Color

#efbdc9 #bdefe3

#efbdc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbdc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbdc9 Color CSS Codes

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

#efbdc9 Text Font Color

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

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


#efbdc9 Background Color

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

This div background color is #efbdc9


#efbdc9 Border Color

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

This div border color is #efbdc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbdc9


Comments

No comments written yet.

Please login to write comment.