Color Hex Logo

#efbbc5 Color Hex

#EFBBC5
(239,187,197)
0 Favorites   0 Comments

Color spaces of #efbbc5

RGB 239187197
HSL0.970.620.84
HSV348°22°94°
CMYK 0.000.220.18   0.06
XYZ63.445057.922660.6596
Yxy57.92260.34850.3182
Hunter Lab76.106915.61596.0188
CIE-Lab80.695720.18282.1496

#efbbc5 color RGB value is (239,187,197).

#efbbc5 hex color red value is 239, green value is 187 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #efbbc5 hue: 0.97 , saturation: 0.62 and the lightness value of efbbc5 is 0.84.

The process color (four color CMYK) of #efbbc5 color hex is 0.00, 0.22, 0.18, 0.06. Web safe color of #efbbc5 is #ffcccc. Color #efbbc5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 11000101
Octal 357 273 305
Decimal 239 187 197
Hex EF BB C5

RGB Percentages of Color #efbbc5

%38.36
%30.02
%31.62

CMYK Percentages of Color #efbbc5

%0
%22
%18
%6

Triadic Colors of #efbbc5

#efbbc5 #c5efbb #bbc5ef

Analogous Colors of #efbbc5

#efbbc5 #efcbbb #efbbdf

Monochromatic Colors of #efbbc5

#efbbc5

Complementary Color

#efbbc5 #bbefe5

#efbbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbbc5 Color CSS Codes

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

#efbbc5 Text Font Color

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

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


#efbbc5 Background Color

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

This div background color is #efbbc5


#efbbc5 Border Color

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

This div border color is #efbbc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbbc5


Comments

No comments written yet.

Please login to write comment.