Color Hex Logo

#95befb Color Hex

#95BEFB
(149,190,251)
0 Favorites   0 Comments

Color spaces of #95befb

RGB 149190251
HSL0.600.930.78
HSV216°41°98°
CMYK 0.410.240.00   0.02
XYZ48.220550.181598.4113
Yxy50.18150.24500.2550
Hunter Lab70.8389-2.4620-32.7800
CIE-Lab76.18051.4511-34.4392

#95befb color RGB value is (149,190,251).

#95befb hex color red value is 149, green value is 190 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #95befb hue: 0.60 , saturation: 0.93 and the lightness value of 95befb is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111110 11111011
Octal 225 276 373
Decimal 149 190 251
Hex 95 BE FB

RGB Percentages of Color #95befb

%25.25
%32.20
%42.54

CMYK Percentages of Color #95befb

%41
%24
%0
%2

Triadic Colors of #95befb

#95befb #fb95be #befb95

Analogous Colors of #95befb

#95befb #9f95fb #95f1fb

Monochromatic Colors of #95befb

#95befb

Complementary Color

#95befb #fbd295

#95befb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95befb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95befb Color CSS Codes

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

#95befb Text Font Color

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

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


#95befb Background Color

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

This div background color is #95befb


#95befb Border Color

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

This div border color is #95befb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95befb

Related Colors


Comments

No comments written yet.

Please login to write comment.