Color Hex Logo

#95edfe Color Hex

#95EDFE
(149,237,254)
0 Favorites   0 Comments

Color spaces of #95edfe

RGB 149237254
HSL0.530.980.79
HSV190°41°100°
CMYK 0.410.070.00   0.00
XYZ60.568074.1137104.8790
Yxy74.11370.25280.3094
Hunter Lab86.0893-25.0729-11.9680
CIE-Lab88.9762-22.2164-16.5243

#95edfe color RGB value is (149,237,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101101 11111110
Octal 225 355 376
Decimal 149 237 254
Hex 95 ED FE

RGB Percentages of Color #95edfe

%23.28
%37.03
%39.69

CMYK Percentages of Color #95edfe

%41
%7
%0
%0

Triadic Colors of #95edfe

#95edfe #fe95ed #edfe95

Analogous Colors of #95edfe

#95edfe #95b9fe #95fedb

Monochromatic Colors of #95edfe

#95edfe

Complementary Color

#95edfe #fea695

#95edfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95edfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#95edfe Color CSS Codes

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

#95edfe Text Font Color

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

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


#95edfe Background Color

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

This div background color is #95edfe


#95edfe Border Color

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

This div border color is #95edfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95edfe

Related Colors


Comments

No comments written yet.

Please login to write comment.