Color Hex Logo

#efbad2 Color Hex

#EFBAD2
(239,186,210)
0 Favorites   0 Comments

Color spaces of #efbad2

RGB 239186210
HSL0.920.620.83
HSV333°22°94°
CMYK 0.000.220.12   0.06
XYZ64.788458.121768.7767
Yxy58.12170.33800.3032
Hunter Lab76.237618.2775-0.1214
CIE-Lab80.806422.7684-4.6950

#efbad2 color RGB value is (239,186,210).

#efbad2 hex color red value is 239, green value is 186 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #efbad2 hue: 0.92 , saturation: 0.62 and the lightness value of efbad2 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 11010010
Octal 357 272 322
Decimal 239 186 210
Hex EF BA D2

RGB Percentages of Color #efbad2

%37.64
%29.29
%33.07

CMYK Percentages of Color #efbad2

%0
%22
%12
%6

Triadic Colors of #efbad2

#efbad2 #d2efba #bad2ef

Analogous Colors of #efbad2

#efbad2 #efbdba #efbaed

Monochromatic Colors of #efbad2

#efbad2

Complementary Color

#efbad2 #baefd7

#efbad2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbad2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbad2 Color CSS Codes

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

#efbad2 Text Font Color

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

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


#efbad2 Background Color

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

This div background color is #efbad2


#efbad2 Border Color

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

This div border color is #efbad2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbad2


Comments

No comments written yet.

Please login to write comment.