Color Hex Logo

#95ccfd Color Hex

#95CCFD
(149,204,253)
0 Favorites   0 Comments

Color spaces of #95ccfd

RGB 149204253
HSL0.580.960.79
HSV208°41°99°
CMYK 0.410.190.00   0.01
XYZ51.716956.6671101.1406
Yxy56.66710.24680.2705
Hunter Lab75.2776-9.1033-26.9659
CIE-Lab79.9920-5.5632-29.6390

#95ccfd color RGB value is (149,204,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001100 11111101
Octal 225 314 375
Decimal 149 204 253
Hex 95 CC FD

RGB Percentages of Color #95ccfd

%24.59
%33.66
%41.75

CMYK Percentages of Color #95ccfd

%41
%19
%0
%1

Triadic Colors of #95ccfd

#95ccfd #fd95cc #ccfd95

Analogous Colors of #95ccfd

#95ccfd #9598fd #95fdfa

Monochromatic Colors of #95ccfd

#95ccfd

Complementary Color

#95ccfd #fdc695

#95ccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ccfd Color CSS Codes

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

#95ccfd Text Font Color

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

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


#95ccfd Background Color

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

This div background color is #95ccfd


#95ccfd Border Color

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

This div border color is #95ccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ccfd

Related Colors


Comments

No comments written yet.

Please login to write comment.