Color Hex Logo

#95eefd Color Hex

#95EEFD
(149,238,253)
0 Favorites   0 Comments

Color spaces of #95eefd

RGB 149238253
HSL0.520.960.79
HSV189°41°99°
CMYK 0.410.060.00   0.01
XYZ60.698674.6305104.1345
Yxy74.63050.25350.3117
Hunter Lab86.3889-25.7630-10.9968
CIE-Lab89.2196-22.9566-15.6361

#95eefd color RGB value is (149,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101110 11111101
Octal 225 356 375
Decimal 149 238 253
Hex 95 EE FD

RGB Percentages of Color #95eefd

%23.28
%37.19
%39.53

CMYK Percentages of Color #95eefd

%41
%6
%0
%1

Triadic Colors of #95eefd

#95eefd #fd95ee #eefd95

Analogous Colors of #95eefd

#95eefd #95bafd #95fdd8

Monochromatic Colors of #95eefd

#95eefd

Complementary Color

#95eefd #fda495

#95eefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95eefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95eefd Color CSS Codes

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

#95eefd Text Font Color

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

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


#95eefd Background Color

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

This div background color is #95eefd


#95eefd Border Color

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

This div border color is #95eefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95eefd

Related Colors


Comments

No comments written yet.

Please login to write comment.