Color Hex Logo

#efbbc3 Color Hex

#EFBBC3
(239,187,195)
0 Favorites   0 Comments

Color spaces of #efbbc3

RGB 239187195
HSL0.970.620.84
HSV351°22°94°
CMYK 0.000.220.18   0.06
XYZ63.217357.831559.4604
Yxy57.83150.35020.3204
Hunter Lab76.047015.30346.8747
CIE-Lab80.645019.87803.1539

#efbbc3 color RGB value is (239,187,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 11000011
Octal 357 273 303
Decimal 239 187 195
Hex EF BB C3

RGB Percentages of Color #efbbc3

%38.49
%30.11
%31.40

CMYK Percentages of Color #efbbc3

%0
%22
%18
%6

Triadic Colors of #efbbc3

#efbbc3 #c3efbb #bbc3ef

Analogous Colors of #efbbc3

#efbbc3 #efcdbb #efbbdd

Monochromatic Colors of #efbbc3

#efbbc3

Complementary Color

#efbbc3 #bbefe7

#efbbc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbbc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbbc3 Color CSS Codes

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

#efbbc3 Text Font Color

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

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


#efbbc3 Background Color

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

This div background color is #efbbc3


#efbbc3 Border Color

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

This div border color is #efbbc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbbc3


Comments

No comments written yet.

Please login to write comment.