Color Hex Logo

#95adda Color Hex

#95ADDA
(149,173,218)
0 Favorites   0 Comments

Color spaces of #95adda

RGB 149173218
HSL0.610.480.72
HSV219°32°85°
CMYK 0.320.210.00   0.15
XYZ39.992941.338772.2010
Yxy41.33870.26050.2693
Hunter Lab64.2952-1.4860-21.5738
CIE-Lab70.41262.2042-25.4173

#95adda color RGB value is (149,173,218).

#95adda hex color red value is 149, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #95adda hue: 0.61 , saturation: 0.48 and the lightness value of 95adda is 0.72.

The process color (four color CMYK) of #95adda color hex is 0.32, 0.21, 0.00, 0.15. Web safe color of #95adda is #9999cc. Color #95adda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101101 11011010
Octal 225 255 332
Decimal 149 173 218
Hex 95 AD DA

RGB Percentages of Color #95adda

%27.59
%32.04
%40.37

CMYK Percentages of Color #95adda

%32
%21
%0
%15

Triadic Colors of #95adda

#95adda #da95ad #adda95

Analogous Colors of #95adda

#95adda #a095da #95d0da

Monochromatic Colors of #95adda

#95adda

Complementary Color

#95adda #dac295

#95adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#95adda Color CSS Codes

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

#95adda Text Font Color

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

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


#95adda Background Color

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

This div background color is #95adda


#95adda Border Color

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

This div border color is #95adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95adda


Comments

No comments written yet.

Please login to write comment.