Color Hex Logo

#95cbfa Color Hex

#95CBFA
(149,203,250)
0 Favorites   0 Comments

Color spaces of #95cbfa

RGB 149203250
HSL0.580.910.78
HSV208°40°98°
CMYK 0.400.190.00   0.02
XYZ51.005756.003698.5640
Yxy56.00360.24810.2724
Hunter Lab74.8356-9.3019-25.7045
CIE-Lab79.6159-5.8218-28.6161

#95cbfa color RGB value is (149,203,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001011 11111010
Octal 225 313 372
Decimal 149 203 250
Hex 95 CB FA

RGB Percentages of Color #95cbfa

%24.75
%33.72
%41.53

CMYK Percentages of Color #95cbfa

%40
%19
%0
%2

Triadic Colors of #95cbfa

#95cbfa #fa95cb #cbfa95

Analogous Colors of #95cbfa

#95cbfa #9599fa #95faf7

Monochromatic Colors of #95cbfa

#95cbfa

Complementary Color

#95cbfa #fac495

#95cbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cbfa Color CSS Codes

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

#95cbfa Text Font Color

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

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


#95cbfa Background Color

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

This div background color is #95cbfa


#95cbfa Border Color

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

This div border color is #95cbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cbfa


Comments

No comments written yet.

Please login to write comment.