Color Hex Logo

#efbcc3 Color Hex

#EFBCC3
(239,188,195)
0 Favorites   0 Comments

Color spaces of #efbcc3

RGB 239188195
HSL0.980.610.84
HSV352°21°94°
CMYK 0.000.210.18   0.06
XYZ63.430158.257359.5314
Yxy58.25730.35000.3215
Hunter Lab76.326514.76877.1849
CIE-Lab80.881619.34733.4968

#efbcc3 color RGB value is (239,188,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 11000011
Octal 357 274 303
Decimal 239 188 195
Hex EF BC C3

RGB Percentages of Color #efbcc3

%38.42
%30.23
%31.35

CMYK Percentages of Color #efbcc3

%0
%21
%18
%6

Triadic Colors of #efbcc3

#efbcc3 #c3efbc #bcc3ef

Analogous Colors of #efbcc3

#efbcc3 #efcfbc #efbcdd

Monochromatic Colors of #efbcc3

#efbcc3

Complementary Color

#efbcc3 #bcefe8

#efbcc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbcc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbcc3 Color CSS Codes

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

#efbcc3 Text Font Color

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

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


#efbcc3 Background Color

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

This div background color is #efbcc3


#efbcc3 Border Color

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

This div border color is #efbcc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbcc3


Comments

No comments written yet.

Please login to write comment.