Color Hex Logo

#efb7cd Color Hex

#EFB7CD
(239,183,205)
0 Favorites   0 Comments

Color spaces of #efb7cd

RGB 239183205
HSL0.930.640.83
HSV336°23°94°
CMYK 0.000.230.14   0.06
XYZ63.549556.625565.3380
Yxy56.62550.34260.3052
Hunter Lab75.249919.05811.1946
CIE-Lab79.968523.5572-3.2307

#efb7cd color RGB value is (239,183,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110111 11001101
Octal 357 267 315
Decimal 239 183 205
Hex EF B7 CD

RGB Percentages of Color #efb7cd

%38.12
%29.19
%32.70

CMYK Percentages of Color #efb7cd

%0
%23
%14
%6

Triadic Colors of #efb7cd

#efb7cd #cdefb7 #b7cdef

Analogous Colors of #efb7cd

#efb7cd #efbdb7 #efb7e9

Monochromatic Colors of #efb7cd

#efb7cd

Complementary Color

#efb7cd #b7efd9

#efb7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb7cd Color CSS Codes

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

#efb7cd Text Font Color

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

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


#efb7cd Background Color

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

This div background color is #efb7cd


#efb7cd Border Color

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

This div border color is #efb7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb7cd


Comments

No comments written yet.

Please login to write comment.