Color Hex Logo

#95adfc Color Hex

#95ADFC
(149,173,252)
0 Favorites   0 Comments

Color spaces of #95adfc

RGB 149173252
HSL0.630.940.79
HSV226°41°99°
CMYK 0.410.310.00   0.01
XYZ44.908743.305098.0872
Yxy43.30500.24110.2324
Hunter Lab65.80656.6533-42.3095
CIE-Lab71.761511.1518-41.8457

#95adfc color RGB value is (149,173,252).

#95adfc hex color red value is 149, green value is 173 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #95adfc hue: 0.63 , saturation: 0.94 and the lightness value of 95adfc is 0.79.

The process color (four color CMYK) of #95adfc color hex is 0.41, 0.31, 0.00, 0.01. Web safe color of #95adfc is #9999ff. Color #95adfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101101 11111100
Octal 225 255 374
Decimal 149 173 252
Hex 95 AD FC

RGB Percentages of Color #95adfc

%25.96
%30.14
%43.90

CMYK Percentages of Color #95adfc

%41
%31
%0
%1

Triadic Colors of #95adfc

#95adfc #fc95ad #adfc95

Analogous Colors of #95adfc

#95adfc #b195fc #95e1fc

Monochromatic Colors of #95adfc

#95adfc

Complementary Color

#95adfc #fce495

#95adfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95adfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#95adfc Color CSS Codes

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

#95adfc Text Font Color

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

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


#95adfc Background Color

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

This div background color is #95adfc


#95adfc Border Color

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

This div border color is #95adfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95adfc


Comments

No comments written yet.

Please login to write comment.