Color Hex Logo

#95ffaf Color Hex

#95FFAF
(149,255,175)
0 Favorites   0 Comments

Color spaces of #95ffaf

RGB 149255175
HSL0.371.000.79
HSV135°42°100°
CMYK 0.420.000.31   0.00
XYZ55.892381.004753.2471
Yxy81.00470.29390.4260
Hunter Lab90.0026-46.654727.9248
CIE-Lab92.1338-47.196328.8669

#95ffaf color RGB value is (149,255,175).

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

The process color (four color CMYK) of #95ffaf color hex is 0.42, 0.00, 0.31, 0.00. Web safe color of #95ffaf is #99ff99. Color #95ffaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111111 10101111
Octal 225 377 257
Decimal 149 255 175
Hex 95 FF AF

RGB Percentages of Color #95ffaf

%25.73
%44.04
%30.22

CMYK Percentages of Color #95ffaf

%42
%0
%31
%0

Triadic Colors of #95ffaf

#95ffaf #af95ff #ffaf95

Analogous Colors of #95ffaf

#95ffaf #95ffe4 #b0ff95

Monochromatic Colors of #95ffaf

#95ffaf

Complementary Color

#95ffaf #ff95e5

#95ffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ffaf Color CSS Codes

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

#95ffaf Text Font Color

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

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


#95ffaf Background Color

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

This div background color is #95ffaf


#95ffaf Border Color

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

This div border color is #95ffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ffaf

Related Colors


Comments

No comments written yet.

Please login to write comment.