Color Hex Logo

#95fbda Color Hex

#95FBDA
(149,251,218)
0 Favorites   0 Comments

Color spaces of #95fbda

RGB 149251218
HSL0.450.930.78
HSV161°41°98°
CMYK 0.410.000.13   0.02
XYZ59.546580.445978.7188
Yxy80.44590.27230.3678
Hunter Lab89.6916-38.453810.7477
CIE-Lab91.8846-37.18506.5058

#95fbda color RGB value is (149,251,218).

#95fbda hex color red value is 149, green value is 251 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #95fbda hue: 0.45 , saturation: 0.93 and the lightness value of 95fbda is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111011 11011010
Octal 225 373 332
Decimal 149 251 218
Hex 95 FB DA

RGB Percentages of Color #95fbda

%24.11
%40.61
%35.28

CMYK Percentages of Color #95fbda

%41
%0
%13
%2

Triadic Colors of #95fbda

#95fbda #da95fb #fbda95

Analogous Colors of #95fbda

#95fbda #95e9fb #95fba7

Monochromatic Colors of #95fbda

#95fbda

Complementary Color

#95fbda #fb95b6

#95fbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95fbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#95fbda Color CSS Codes

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

#95fbda Text Font Color

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

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


#95fbda Background Color

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

This div background color is #95fbda


#95fbda Border Color

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

This div border color is #95fbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95fbda

Related Colors

#95fbda Color Palettes


Comments

No comments written yet.

Please login to write comment.