Color Hex Logo

#95dbdf Color Hex

#95DBDF
(149,219,223)
0 Favorites   0 Comments

Color spaces of #95dbdf

RGB 149219223
HSL0.510.540.73
HSV183°33°87°
CMYK 0.330.020.00   0.13
XYZ51.045262.380379.1623
Yxy62.38030.26500.3239
Hunter Lab78.9812-22.8533-4.1391
CIE-Lab83.1152-20.8005-8.9502

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011011 11011111
Octal 225 333 337
Decimal 149 219 223
Hex 95 DB DF

RGB Percentages of Color #95dbdf

%25.21
%37.06
%37.73

CMYK Percentages of Color #95dbdf

%33
%2
%0
%13

Triadic Colors of #95dbdf

#95dbdf #df95db #dbdf95

Analogous Colors of #95dbdf

#95dbdf #95b6df #95dfbe

Monochromatic Colors of #95dbdf

#95dbdf

Complementary Color

#95dbdf #df9995

#95dbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dbdf Color CSS Codes

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

#95dbdf Text Font Color

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

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


#95dbdf Background Color

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

This div background color is #95dbdf


#95dbdf Border Color

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

This div border color is #95dbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dbdf


Comments

No comments written yet.

Please login to write comment.