Color Hex Logo

#efb0ca Color Hex

#EFB0CA
(239,176,202)
0 Favorites   0 Comments

Color spaces of #efb0ca

RGB 239176202
HSL0.930.660.81
HSV335°26°94°
CMYK 0.000.260.15   0.06
XYZ61.782653.665762.9793
Yxy53.66570.34630.3008
Hunter Lab73.256922.34190.3079
CIE-Lab78.266426.8037-4.1104

#efb0ca color RGB value is (239,176,202).

#efb0ca hex color red value is 239, green value is 176 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #efb0ca hue: 0.93 , saturation: 0.66 and the lightness value of efb0ca is 0.81.

The process color (four color CMYK) of #efb0ca color hex is 0.00, 0.26, 0.15, 0.06. Web safe color of #efb0ca is #ff99cc. Color #efb0ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110000 11001010
Octal 357 260 312
Decimal 239 176 202
Hex EF B0 CA

RGB Percentages of Color #efb0ca

%38.74
%28.53
%32.74

CMYK Percentages of Color #efb0ca

%0
%26
%15
%6

Triadic Colors of #efb0ca

#efb0ca #caefb0 #b0caef

Analogous Colors of #efb0ca

#efb0ca #efb6b0 #efb0ea

Monochromatic Colors of #efb0ca

#efb0ca

Complementary Color

#efb0ca #b0efd5

#efb0ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb0ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb0ca Color CSS Codes

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

#efb0ca Text Font Color

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

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


#efb0ca Background Color

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

This div background color is #efb0ca


#efb0ca Border Color

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

This div border color is #efb0ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb0ca


Comments

No comments written yet.

Please login to write comment.