Color Hex Logo

#95fbde Color Hex

#95FBDE
(149,251,222)
0 Favorites   0 Comments

Color spaces of #95fbde

RGB 149251222
HSL0.450.930.78
HSV163°41°98°
CMYK 0.410.000.12   0.02
XYZ60.076480.657881.5094
Yxy80.65780.27030.3629
Hunter Lab89.8097-37.76299.0564
CIE-Lab91.9792-36.32764.5724

#95fbde color RGB value is (149,251,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111011 11011110
Octal 225 373 336
Decimal 149 251 222
Hex 95 FB DE

RGB Percentages of Color #95fbde

%23.95
%40.35
%35.69

CMYK Percentages of Color #95fbde

%41
%0
%12
%2

Triadic Colors of #95fbde

#95fbde #de95fb #fbde95

Analogous Colors of #95fbde

#95fbde #95e5fb #95fbab

Monochromatic Colors of #95fbde

#95fbde

Complementary Color

#95fbde #fb95b2

#95fbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95fbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#95fbde Color CSS Codes

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

#95fbde Text Font Color

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

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


#95fbde Background Color

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

This div background color is #95fbde


#95fbde Border Color

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

This div border color is #95fbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95fbde


Comments

No comments written yet.

Please login to write comment.