Color Hex Logo

#95fdb2 Color Hex

#95FDB2
(149,253,178)
0 Favorites   0 Comments

Color spaces of #95fdb2

RGB 149253178
HSL0.380.960.79
HSV137°41°99°
CMYK 0.410.000.30   0.01
XYZ55.555679.854554.6048
Yxy79.85450.29240.4203
Hunter Lab89.3613-45.409626.3234
CIE-Lab91.6195-45.822626.6523

#95fdb2 color RGB value is (149,253,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111101 10110010
Octal 225 375 262
Decimal 149 253 178
Hex 95 FD B2

RGB Percentages of Color #95fdb2

%25.69
%43.62
%30.69

CMYK Percentages of Color #95fdb2

%41
%0
%30
%1

Triadic Colors of #95fdb2

#95fdb2 #b295fd #fdb295

Analogous Colors of #95fdb2

#95fdb2 #95fde6 #acfd95

Monochromatic Colors of #95fdb2

#95fdb2

Complementary Color

#95fdb2 #fd95e0

#95fdb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95fdb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95fdb2 Color CSS Codes

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

#95fdb2 Text Font Color

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

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


#95fdb2 Background Color

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

This div background color is #95fdb2


#95fdb2 Border Color

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

This div border color is #95fdb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95fdb2


Comments

No comments written yet.

Please login to write comment.