Color Hex Logo

#ef8eeb Color Hex

#EF8EEB
(239,142,235)
0 Favorites   0 Comments

Color spaces of #ef8eeb

RGB 239142235
HSL0.840.750.75
HSV302°41°94°
CMYK 0.000.410.02   0.06
XYZ60.265043.694983.8549
Yxy43.69490.32090.2326
Hunter Lab66.102147.0589-28.9418
CIE-Lab72.024150.1343-31.5584

#ef8eeb color RGB value is (239,142,235).

#ef8eeb hex color red value is 239, green value is 142 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ef8eeb hue: 0.84 , saturation: 0.75 and the lightness value of ef8eeb is 0.75.

The process color (four color CMYK) of #ef8eeb color hex is 0.00, 0.41, 0.02, 0.06. Web safe color of #ef8eeb is #ff99ff. Color #ef8eeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001110 11101011
Octal 357 216 353
Decimal 239 142 235
Hex EF 8E EB

RGB Percentages of Color #ef8eeb

%38.80
%23.05
%38.15

CMYK Percentages of Color #ef8eeb

%0
%41
%2
%6

Triadic Colors of #ef8eeb

#ef8eeb #ebef8e #8eebef

Analogous Colors of #ef8eeb

#ef8eeb #ef8ebb #c38eef

Monochromatic Colors of #ef8eeb

#ef8eeb

Complementary Color

#ef8eeb #8eef92

#ef8eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8eeb Color CSS Codes

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

#ef8eeb Text Font Color

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

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


#ef8eeb Background Color

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

This div background color is #ef8eeb


#ef8eeb Border Color

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

This div border color is #ef8eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8eeb


Comments

No comments written yet.

Please login to write comment.