Color Hex Logo

#95fdba Color Hex

#95FDBA
(149,253,186)
0 Favorites   0 Comments

Color spaces of #95fdba

RGB 149253186
HSL0.390.960.79
HSV141°41°99°
CMYK 0.410.000.26   0.01
XYZ56.382680.185358.9600
Yxy80.18530.28840.4101
Hunter Lab89.5462-44.313823.6440
CIE-Lab91.7679-44.398122.7912

#95fdba color RGB value is (149,253,186).

#95fdba hex color red value is 149, green value is 253 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #95fdba hue: 0.39 , saturation: 0.96 and the lightness value of 95fdba is 0.79.

The process color (four color CMYK) of #95fdba color hex is 0.41, 0.00, 0.26, 0.01. Web safe color of #95fdba is #99ffcc. Color #95fdba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111101 10111010
Octal 225 375 272
Decimal 149 253 186
Hex 95 FD BA

RGB Percentages of Color #95fdba

%25.34
%43.03
%31.63

CMYK Percentages of Color #95fdba

%41
%0
%26
%1

Triadic Colors of #95fdba

#95fdba #ba95fd #fdba95

Analogous Colors of #95fdba

#95fdba #95fdee #a4fd95

Monochromatic Colors of #95fdba

#95fdba

Complementary Color

#95fdba #fd95d8

#95fdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95fdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#95fdba Color CSS Codes

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

#95fdba Text Font Color

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

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


#95fdba Background Color

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

This div background color is #95fdba


#95fdba Border Color

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

This div border color is #95fdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95fdba

Related Colors


Comments

No comments written yet.

Please login to write comment.