Color Hex Logo

#95ffec Color Hex

#95FFEC
(149,255,236)
0 Favorites   0 Comments

Color spaces of #95ffec

RGB 149255236
HSL0.471.000.79
HSV169°42°100°
CMYK 0.420.000.07   0.00
XYZ63.294783.965792.2279
Yxy83.96570.26430.3506
Hunter Lab91.6328-37.05984.4679
CIE-Lab93.4356-35.0758-0.5512

#95ffec color RGB value is (149,255,236).

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

The process color (four color CMYK) of #95ffec color hex is 0.42, 0.00, 0.07, 0.00. Web safe color of #95ffec is #99ffff. Color #95ffec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111111 11101100
Octal 225 377 354
Decimal 149 255 236
Hex 95 FF EC

RGB Percentages of Color #95ffec

%23.28
%39.84
%36.88

CMYK Percentages of Color #95ffec

%42
%0
%7
%0

Triadic Colors of #95ffec

#95ffec #ec95ff #ffec95

Analogous Colors of #95ffec

#95ffec #95ddff #95ffb7

Monochromatic Colors of #95ffec

#95ffec

Complementary Color

#95ffec #ff95a8

#95ffec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ffec Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ffec Color CSS Codes

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

#95ffec Text Font Color

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

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


#95ffec Background Color

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

This div background color is #95ffec


#95ffec Border Color

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

This div border color is #95ffec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ffec

Related Colors


Comments

No comments written yet.

Please login to write comment.