Color Hex Logo

#95dfdf Color Hex

#95DFDF
(149,223,223)
0 Favorites   0 Comments

Color spaces of #95dfdf

RGB 149223223
HSL0.500.540.73
HSV180°33°87°
CMYK 0.330.000.00   0.13
XYZ52.101464.492679.5143
Yxy64.49260.26570.3289
Hunter Lab80.3073-24.7313-2.4894
CIE-Lab84.2216-22.7852-7.3089

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011111 11011111
Octal 225 337 337
Decimal 149 223 223
Hex 95 DF DF

RGB Percentages of Color #95dfdf

%25.04
%37.48
%37.48

CMYK Percentages of Color #95dfdf

%33
%0
%0
%13

Triadic Colors of #95dfdf

#95dfdf #df95df #dfdf95

Analogous Colors of #95dfdf

#95dfdf #95badf #95dfba

Monochromatic Colors of #95dfdf

#95dfdf

Complementary Color

#95dfdf #df9595

#95dfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dfdf Color CSS Codes

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

#95dfdf Text Font Color

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

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


#95dfdf Background Color

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

This div background color is #95dfdf


#95dfdf Border Color

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

This div border color is #95dfdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,223,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 #95dfdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dfdf


Comments

No comments written yet.

Please login to write comment.