Color Hex Logo

#95ccfc Color Hex

#95CCFC
(149,204,252)
0 Favorites   0 Comments

Color spaces of #95ccfc

RGB 149204252
HSL0.580.940.79
HSV208°41°99°
CMYK 0.410.190.00   0.01
XYZ51.558056.6036100.3036
Yxy56.60360.24730.2715
Hunter Lab75.2354-9.3377-26.3805
CIE-Lab79.9561-5.8271-29.1611

#95ccfc color RGB value is (149,204,252).

#95ccfc hex color red value is 149, green value is 204 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #95ccfc hue: 0.58 , saturation: 0.94 and the lightness value of 95ccfc is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001100 11111100
Octal 225 314 374
Decimal 149 204 252
Hex 95 CC FC

RGB Percentages of Color #95ccfc

%24.63
%33.72
%41.65

CMYK Percentages of Color #95ccfc

%41
%19
%0
%1

Triadic Colors of #95ccfc

#95ccfc #fc95cc #ccfc95

Analogous Colors of #95ccfc

#95ccfc #9599fc #95fcf9

Monochromatic Colors of #95ccfc

#95ccfc

Complementary Color

#95ccfc #fcc595

#95ccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ccfc Color CSS Codes

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

#95ccfc Text Font Color

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

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


#95ccfc Background Color

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

This div background color is #95ccfc


#95ccfc Border Color

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

This div border color is #95ccfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ccfc


Comments

No comments written yet.

Please login to write comment.