Color Hex Logo

#ee0bec Color Hex

#EE0BEC
(238,11,236)
0 Favorites   0 Comments

Color spaces of #ee0bec

RGB 23811236
HSL0.830.910.49
HSV301°95°93°
CMYK 0.000.950.01   0.07
XYZ50.519924.472681.4179
Yxy24.47260.32300.1565
Hunter Lab49.469895.7169-62.9513
CIE-Lab56.557992.2719-56.4308

#ee0bec color RGB value is (238,11,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00001011 11101100
Octal 356 13 354
Decimal 238 11 236
Hex EE B EC

RGB Percentages of Color #ee0bec

%49.07
%2.27
%48.66

CMYK Percentages of Color #ee0bec

%0
%95
%1
%7

Triadic Colors of #ee0bec

#ee0bec #ecee0b #0becee

Analogous Colors of #ee0bec

#ee0bec #ee0b7b #7f0bee

Monochromatic Colors of #ee0bec

#ee0bec

Complementary Color

#ee0bec #0bee0d

#ee0bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee0bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee0bec Color CSS Codes

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

#ee0bec Text Font Color

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

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


#ee0bec Background Color

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

This div background color is #ee0bec


#ee0bec Border Color

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

This div border color is #ee0bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee0bec


Comments

No comments written yet.

Please login to write comment.