Color Hex Logo

#95daff Color Hex

#95DAFF
(149,218,255)
0 Favorites   0 Comments

Color spaces of #95daff

RGB 149218255
HSL0.561.000.79
HSV201°42°100°
CMYK 0.420.150.00   0.00
XYZ55.515863.7524103.9872
Yxy63.75240.24870.2856
Hunter Lab79.8451-15.6190-21.3255
CIE-Lab83.8367-12.3757-24.8241

#95daff color RGB value is (149,218,255).

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

The process color (four color CMYK) of #95daff color hex is 0.42, 0.15, 0.00, 0.00. Web safe color of #95daff is #99ccff. Color #95daff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011010 11111111
Octal 225 332 377
Decimal 149 218 255
Hex 95 DA FF

RGB Percentages of Color #95daff

%23.95
%35.05
%41.00

CMYK Percentages of Color #95daff

%42
%15
%0
%0

Triadic Colors of #95daff

#95daff #ff95da #daff95

Analogous Colors of #95daff

#95daff #95a5ff #95ffef

Monochromatic Colors of #95daff

#95daff

Complementary Color

#95daff #ffba95

#95daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#95daff Color CSS Codes

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

#95daff Text Font Color

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

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


#95daff Background Color

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

This div background color is #95daff


#95daff Border Color

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

This div border color is #95daff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95daff

Related Colors

#95daff Color Palettes


Comments

No comments written yet.

Please login to write comment.