Color Hex Logo

#95dafd Color Hex

#95DAFD
(149,218,253)
0 Favorites   0 Comments

Color spaces of #95dafd

RGB 149218253
HSL0.560.960.79
HSV200°41°99°
CMYK 0.410.140.00   0.01
XYZ55.195563.6242102.3001
Yxy63.62420.24960.2877
Hunter Lab79.7648-16.0702-20.2054
CIE-Lab83.7697-12.8924-23.8686

#95dafd color RGB value is (149,218,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011010 11111101
Octal 225 332 375
Decimal 149 218 253
Hex 95 DA FD

RGB Percentages of Color #95dafd

%24.03
%35.16
%40.81

CMYK Percentages of Color #95dafd

%41
%14
%0
%1

Triadic Colors of #95dafd

#95dafd #fd95da #dafd95

Analogous Colors of #95dafd

#95dafd #95a6fd #95fdec

Monochromatic Colors of #95dafd

#95dafd

Complementary Color

#95dafd #fdb895

#95dafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dafd Color CSS Codes

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

#95dafd Text Font Color

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

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


#95dafd Background Color

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

This div background color is #95dafd


#95dafd Border Color

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

This div border color is #95dafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dafd


Comments

No comments written yet.

Please login to write comment.