Color Hex Logo

#efb3cd Color Hex

#EFB3CD
(239,179,205)
0 Favorites   0 Comments

Color spaces of #efb3cd

RGB 239179205
HSL0.930.650.82
HSV334°25°94°
CMYK 0.000.250.14   0.06
XYZ62.736154.998765.0669
Yxy54.99870.34320.3009
Hunter Lab74.161121.2190-0.1066
CIE-Lab79.040525.6837-4.5970

#efb3cd color RGB value is (239,179,205).

#efb3cd hex color red value is 239, green value is 179 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #efb3cd hue: 0.93 , saturation: 0.65 and the lightness value of efb3cd is 0.82.

The process color (four color CMYK) of #efb3cd color hex is 0.00, 0.25, 0.14, 0.06. Web safe color of #efb3cd is #ffcccc. Color #efb3cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110011 11001101
Octal 357 263 315
Decimal 239 179 205
Hex EF B3 CD

RGB Percentages of Color #efb3cd

%38.36
%28.73
%32.91

CMYK Percentages of Color #efb3cd

%0
%25
%14
%6

Triadic Colors of #efb3cd

#efb3cd #cdefb3 #b3cdef

Analogous Colors of #efb3cd

#efb3cd #efb7b3 #efb3eb

Monochromatic Colors of #efb3cd

#efb3cd

Complementary Color

#efb3cd #b3efd5

#efb3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb3cd Color CSS Codes

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

#efb3cd Text Font Color

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

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


#efb3cd Background Color

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

This div background color is #efb3cd


#efb3cd Border Color

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

This div border color is #efb3cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb3cd


Comments

No comments written yet.

Please login to write comment.