Color Hex Logo

#95dfbe Color Hex

#95DFBE
(149,223,190)
0 Favorites   0 Comments

Color spaces of #95dfbe

RGB 149223190
HSL0.430.540.73
HSV153°33°87°
CMYK 0.330.000.15   0.13
XYZ48.076462.882658.3189
Yxy62.88260.28400.3715
Hunter Lab79.2985-30.553111.9051
CIE-Lab83.3806-29.98128.9232

#95dfbe color RGB value is (149,223,190).

#95dfbe hex color red value is 149, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #95dfbe hue: 0.43 , saturation: 0.54 and the lightness value of 95dfbe is 0.73.

The process color (four color CMYK) of #95dfbe color hex is 0.33, 0.00, 0.15, 0.13. Web safe color of #95dfbe is #99cccc. Color #95dfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011111 10111110
Octal 225 337 276
Decimal 149 223 190
Hex 95 DF BE

RGB Percentages of Color #95dfbe

%26.51
%39.68
%33.81

CMYK Percentages of Color #95dfbe

%33
%0
%15
%13

Triadic Colors of #95dfbe

#95dfbe #be95df #dfbe95

Analogous Colors of #95dfbe

#95dfbe #95dbdf #95df99

Monochromatic Colors of #95dfbe

#95dfbe

Complementary Color

#95dfbe #df95b6

#95dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dfbe Color CSS Codes

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

#95dfbe Text Font Color

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

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


#95dfbe Background Color

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

This div background color is #95dfbe


#95dfbe Border Color

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

This div border color is #95dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dfbe


Comments

No comments written yet.

Please login to write comment.