Color Hex Logo

#ef0bed Color Hex

#EF0BED
(239,11,237)
0 Favorites   0 Comments

Color spaces of #ef0bed

RGB 23911237
HSL0.830.910.49
HSV301°95°94°
CMYK 0.000.950.01   0.06
XYZ51.002324.704582.2011
Yxy24.70450.32300.1564
Hunter Lab49.703696.1826-63.2628
CIE-Lab56.786492.5722-56.6171

#ef0bed color RGB value is (239,11,237).

#ef0bed hex color red value is 239, green value is 11 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ef0bed hue: 0.83 , saturation: 0.91 and the lightness value of ef0bed is 0.49.

The process color (four color CMYK) of #ef0bed color hex is 0.00, 0.95, 0.01, 0.06. Web safe color of #ef0bed is #ff00ff. Color #ef0bed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001011 11101101
Octal 357 13 355
Decimal 239 11 237
Hex EF B ED

RGB Percentages of Color #ef0bed

%49.08
%2.26
%48.67

CMYK Percentages of Color #ef0bed

%0
%95
%1
%6

Triadic Colors of #ef0bed

#ef0bed #edef0b #0bedef

Analogous Colors of #ef0bed

#ef0bed #ef0b7b #7f0bef

Monochromatic Colors of #ef0bed

#ef0bed

Complementary Color

#ef0bed #0bef0d

#ef0bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef0bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef0bed Color CSS Codes

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

#ef0bed Text Font Color

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

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


#ef0bed Background Color

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

This div background color is #ef0bed


#ef0bed Border Color

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

This div border color is #ef0bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef0bed


Comments

No comments written yet.

Please login to write comment.