Color Hex Logo

#95edfd Color Hex

#95EDFD
(149,237,253)
0 Favorites   0 Comments

Color spaces of #95edfd

RGB 149237253
HSL0.530.960.79
HSV189°41°99°
CMYK 0.410.060.00   0.01
XYZ60.408274.0498104.0377
Yxy74.04980.25330.3105
Hunter Lab86.0522-25.2853-11.4455
CIE-Lab88.9460-22.4650-16.0468

#95edfd color RGB value is (149,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101101 11111101
Octal 225 355 375
Decimal 149 237 253
Hex 95 ED FD

RGB Percentages of Color #95edfd

%23.32
%37.09
%39.59

CMYK Percentages of Color #95edfd

%41
%6
%0
%1

Triadic Colors of #95edfd

#95edfd #fd95ed #edfd95

Analogous Colors of #95edfd

#95edfd #95b9fd #95fdd9

Monochromatic Colors of #95edfd

#95edfd

Complementary Color

#95edfd #fda595

#95edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95edfd Color CSS Codes

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

#95edfd Text Font Color

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

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


#95edfd Background Color

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

This div background color is #95edfd


#95edfd Border Color

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

This div border color is #95edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95edfd


Comments

No comments written yet.

Please login to write comment.