Color Hex Logo

#95b7fd Color Hex

#95B7FD
(149,183,253)
0 Favorites   0 Comments

Color spaces of #95b7fd

RGB 149183253
HSL0.610.960.79
HSV220°41°99°
CMYK 0.410.280.00   0.01
XYZ47.057547.348499.5875
Yxy47.34840.24260.2441
Hunter Lab68.81021.6537-37.6420
CIE-Lab74.41215.8417-38.2556

#95b7fd color RGB value is (149,183,253).

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

The process color (four color CMYK) of #95b7fd color hex is 0.41, 0.28, 0.00, 0.01. Web safe color of #95b7fd is #99ccff. Color #95b7fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10110111 11111101
Octal 225 267 375
Decimal 149 183 253
Hex 95 B7 FD

RGB Percentages of Color #95b7fd

%25.47
%31.28
%43.25

CMYK Percentages of Color #95b7fd

%41
%28
%0
%1

Triadic Colors of #95b7fd

#95b7fd #fd95b7 #b7fd95

Analogous Colors of #95b7fd

#95b7fd #a795fd #95ebfd

Monochromatic Colors of #95b7fd

#95b7fd

Complementary Color

#95b7fd #fddb95

#95b7fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95b7fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95b7fd Color CSS Codes

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

#95b7fd Text Font Color

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

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


#95b7fd Background Color

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

This div background color is #95b7fd


#95b7fd Border Color

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

This div border color is #95b7fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95b7fd


Comments

No comments written yet.

Please login to write comment.