Color Hex Logo

#95fbdf Color Hex

#95FBDF
(149,251,223)
0 Favorites   0 Comments

Color spaces of #95fbdf

RGB 149251223
HSL0.450.930.78
HSV164°41°98°
CMYK 0.410.000.11   0.02
XYZ60.210980.711682.2175
Yxy80.71160.26980.3617
Hunter Lab89.8396-37.58798.6280
CIE-Lab92.0032-36.11114.0895

#95fbdf color RGB value is (149,251,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111011 11011111
Octal 225 373 337
Decimal 149 251 223
Hex 95 FB DF

RGB Percentages of Color #95fbdf

%23.92
%40.29
%35.79

CMYK Percentages of Color #95fbdf

%41
%0
%11
%2

Triadic Colors of #95fbdf

#95fbdf #df95fb #fbdf95

Analogous Colors of #95fbdf

#95fbdf #95e4fb #95fbac

Monochromatic Colors of #95fbdf

#95fbdf

Complementary Color

#95fbdf #fb95b1

#95fbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95fbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#95fbdf Color CSS Codes

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

#95fbdf Text Font Color

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

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


#95fbdf Background Color

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

This div background color is #95fbdf


#95fbdf Border Color

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

This div border color is #95fbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95fbdf

Related Colors


Comments

No comments written yet.

Please login to write comment.