Color Hex Logo

#95abfd Color Hex

#95ABFD
(149,171,253)
0 Favorites   0 Comments

Color spaces of #95abfd

RGB 149171253
HSL0.630.960.79
HSV227°41°99°
CMYK 0.410.320.00   0.01
XYZ44.687042.607298.7973
Yxy42.60720.24010.2290
Hunter Lab65.27427.9721-44.0479
CIE-Lab71.287612.5528-43.1278

#95abfd color RGB value is (149,171,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101011 11111101
Octal 225 253 375
Decimal 149 171 253
Hex 95 AB FD

RGB Percentages of Color #95abfd

%26.00
%29.84
%44.15

CMYK Percentages of Color #95abfd

%41
%32
%0
%1

Triadic Colors of #95abfd

#95abfd #fd95ab #abfd95

Analogous Colors of #95abfd

#95abfd #b395fd #95dffd

Monochromatic Colors of #95abfd

#95abfd

Complementary Color

#95abfd #fde795

#95abfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95abfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95abfd Color CSS Codes

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

#95abfd Text Font Color

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

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


#95abfd Background Color

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

This div background color is #95abfd


#95abfd Border Color

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

This div border color is #95abfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95abfd

Related Colors


Comments

No comments written yet.

Please login to write comment.