Color Hex Logo

#95dcfa Color Hex

#95DCFA
(149,220,250)
0 Favorites   0 Comments

Color spaces of #95dcfa

RGB 149220250
HSL0.550.910.78
HSV198°40°98°
CMYK 0.400.120.00   0.02
XYZ55.242964.478199.9764
Yxy64.47810.25140.2935
Hunter Lab80.2983-17.7191-17.6110
CIE-Lab84.2141-14.6883-21.6079

#95dcfa color RGB value is (149,220,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011100 11111010
Octal 225 334 372
Decimal 149 220 250
Hex 95 DC FA

RGB Percentages of Color #95dcfa

%24.07
%35.54
%40.39

CMYK Percentages of Color #95dcfa

%40
%12
%0
%2

Triadic Colors of #95dcfa

#95dcfa #fa95dc #dcfa95

Analogous Colors of #95dcfa

#95dcfa #95aafa #95fae6

Monochromatic Colors of #95dcfa

#95dcfa

Complementary Color

#95dcfa #fab395

#95dcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dcfa Color CSS Codes

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

#95dcfa Text Font Color

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

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


#95dcfa Background Color

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

This div background color is #95dcfa


#95dcfa Border Color

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

This div border color is #95dcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dcfa


Comments

No comments written yet.

Please login to write comment.