Color Hex Logo

#95ecfa Color Hex

#95ECFA
(149,236,250)
0 Favorites   0 Comments

Color spaces of #95ecfa

RGB 149236250
HSL0.520.910.78
HSV188°40°98°
CMYK 0.400.060.00   0.02
XYZ59.645273.2826101.4438
Yxy73.28260.25450.3127
Hunter Lab85.6053-25.4399-10.3361
CIE-Lab88.5823-22.7150-15.0229

#95ecfa color RGB value is (149,236,250).

#95ecfa hex color red value is 149, green value is 236 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #95ecfa hue: 0.52 , saturation: 0.91 and the lightness value of 95ecfa is 0.78.

The process color (four color CMYK) of #95ecfa color hex is 0.40, 0.06, 0.00, 0.02. Web safe color of #95ecfa is #99ffff. Color #95ecfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101100 11111010
Octal 225 354 372
Decimal 149 236 250
Hex 95 EC FA

RGB Percentages of Color #95ecfa

%23.46
%37.17
%39.37

CMYK Percentages of Color #95ecfa

%40
%6
%0
%2

Triadic Colors of #95ecfa

#95ecfa #fa95ec #ecfa95

Analogous Colors of #95ecfa

#95ecfa #95bafa #95fad6

Monochromatic Colors of #95ecfa

#95ecfa

Complementary Color

#95ecfa #faa395

#95ecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ecfa Color CSS Codes

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

#95ecfa Text Font Color

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

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


#95ecfa Background Color

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

This div background color is #95ecfa


#95ecfa Border Color

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

This div border color is #95ecfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ecfa


Comments

No comments written yet.

Please login to write comment.