Color Hex Logo

#95ebfe Color Hex

#95EBFE
(149,235,254)
0 Favorites   0 Comments

Color spaces of #95ebfe

RGB 149235254
HSL0.530.980.79
HSV191°41°100°
CMYK 0.410.070.00   0.00
XYZ59.992172.9620104.6871
Yxy72.96200.25240.3070
Hunter Lab85.4178-24.1139-12.8727
CIE-Lab88.4296-21.2284-17.3462

#95ebfe color RGB value is (149,235,254).

#95ebfe hex color red value is 149, green value is 235 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #95ebfe hue: 0.53 , saturation: 0.98 and the lightness value of 95ebfe is 0.79.

The process color (four color CMYK) of #95ebfe color hex is 0.41, 0.07, 0.00, 0.00. Web safe color of #95ebfe is #99ffff. Color #95ebfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101011 11111110
Octal 225 353 376
Decimal 149 235 254
Hex 95 EB FE

RGB Percentages of Color #95ebfe

%23.35
%36.83
%39.81

CMYK Percentages of Color #95ebfe

%41
%7
%0
%0

Triadic Colors of #95ebfe

#95ebfe #fe95eb #ebfe95

Analogous Colors of #95ebfe

#95ebfe #95b7fe #95fedd

Monochromatic Colors of #95ebfe

#95ebfe

Complementary Color

#95ebfe #fea895

#95ebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ebfe Color CSS Codes

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

#95ebfe Text Font Color

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

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


#95ebfe Background Color

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

This div background color is #95ebfe


#95ebfe Border Color

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

This div border color is #95ebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ebfe


Comments

No comments written yet.

Please login to write comment.