Color Hex Logo

#ff95ee Color Hex

#FF95EE
(255,149,238)
0 Favorites   0 Comments

Color spaces of #ff95ee

RGB 255149238
HSL0.861.000.79
HSV310°42°100°
CMYK 0.000.420.07   0.00
XYZ67.420148.927986.7795
Yxy48.92790.33190.2409
Hunter Lab69.948549.6380-24.5924
CIE-Lab75.406551.9233-27.8337

#ff95ee color RGB value is (255,149,238).

#ff95ee hex color red value is 255, green value is 149 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ff95ee hue: 0.86 , saturation: 1.00 and the lightness value of ff95ee is 0.79.

The process color (four color CMYK) of #ff95ee color hex is 0.00, 0.42, 0.07, 0.00. Web safe color of #ff95ee is #ff99ff. Color #ff95ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010101 11101110
Octal 377 225 356
Decimal 255 149 238
Hex FF 95 EE

RGB Percentages of Color #ff95ee

%39.72
%23.21
%37.07

CMYK Percentages of Color #ff95ee

%0
%42
%7
%0

Triadic Colors of #ff95ee

#ff95ee #eeff95 #95eeff

Analogous Colors of #ff95ee

#ff95ee #ff95b9 #db95ff

Monochromatic Colors of #ff95ee

#ff95ee

Complementary Color

#ff95ee #95ffa6

#ff95ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff95ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff95ee Color CSS Codes

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

#ff95ee Text Font Color

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

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


#ff95ee Background Color

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

This div background color is #ff95ee


#ff95ee Border Color

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

This div border color is #ff95ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,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 #ff95ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff95ee

Related Colors


Comments

No comments written yet.

Please login to write comment.