Color Hex Logo

#ef95ee Color Hex

#EF95EE
(239,149,238)
0 Favorites   0 Comments

Color spaces of #ef95ee

RGB 239149238
HSL0.840.740.76
HSV301°38°94°
CMYK 0.000.380.00   0.06
XYZ61.776746.018786.5154
Yxy46.01870.31790.2368
Hunter Lab67.837143.8384-28.1290
CIE-Lab73.557747.0861-30.8329

#ef95ee color RGB value is (239,149,238).

#ef95ee hex color red value is 239, green value is 149 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ef95ee hue: 0.84 , saturation: 0.74 and the lightness value of ef95ee is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010101 11101110
Octal 357 225 356
Decimal 239 149 238
Hex EF 95 EE

RGB Percentages of Color #ef95ee

%38.18
%23.80
%38.02

CMYK Percentages of Color #ef95ee

%0
%38
%0
%6

Triadic Colors of #ef95ee

#ef95ee #eeef95 #95eeef

Analogous Colors of #ef95ee

#ef95ee #ef95c1 #c395ef

Monochromatic Colors of #ef95ee

#ef95ee

Complementary Color

#ef95ee #95ef96

#ef95ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef95ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef95ee Color CSS Codes

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

#ef95ee Text Font Color

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

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


#ef95ee Background Color

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

This div background color is #ef95ee


#ef95ee Border Color

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

This div border color is #ef95ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef95ee


Comments

No comments written yet.

Please login to write comment.