Color Hex Logo

#95dafa Color Hex

#95DAFA
(149,218,250)
0 Favorites   0 Comments

Color spaces of #95dafa

RGB 149218250
HSL0.550.910.78
HSV199°40°98°
CMYK 0.400.130.00   0.02
XYZ54.721163.434599.8025
Yxy63.43450.25110.2910
Hunter Lab79.6458-16.7406-18.5430
CIE-Lab83.6705-13.6631-22.4324

#95dafa color RGB value is (149,218,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011010 11111010
Octal 225 332 372
Decimal 149 218 250
Hex 95 DA FA

RGB Percentages of Color #95dafa

%24.15
%35.33
%40.52

CMYK Percentages of Color #95dafa

%40
%13
%0
%2

Triadic Colors of #95dafa

#95dafa #fa95da #dafa95

Analogous Colors of #95dafa

#95dafa #95a8fa #95fae8

Monochromatic Colors of #95dafa

#95dafa

Complementary Color

#95dafa #fab595

#95dafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dafa Color CSS Codes

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

#95dafa Text Font Color

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

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


#95dafa Background Color

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

This div background color is #95dafa


#95dafa Border Color

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

This div border color is #95dafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dafa


Comments

No comments written yet.

Please login to write comment.