Color Hex Logo

#95cdfe Color Hex

#95CDFE
(149,205,254)
0 Favorites   0 Comments

Color spaces of #95cdfe

RGB 149205254
HSL0.580.980.79
HSV208°41°100°
CMYK 0.410.190.00   0.00
XYZ52.115157.2080102.0614
Yxy57.20800.24650.2706
Hunter Lab75.6360-9.3719-27.0594
CIE-Lab80.2964-5.8306-29.7045

#95cdfe color RGB value is (149,205,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001101 11111110
Octal 225 315 376
Decimal 149 205 254
Hex 95 CD FE

RGB Percentages of Color #95cdfe

%24.51
%33.72
%41.78

CMYK Percentages of Color #95cdfe

%41
%19
%0
%0

Triadic Colors of #95cdfe

#95cdfe #fe95cd #cdfe95

Analogous Colors of #95cdfe

#95cdfe #9599fe #95fefb

Monochromatic Colors of #95cdfe

#95cdfe

Complementary Color

#95cdfe #fec695

#95cdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cdfe Color CSS Codes

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

#95cdfe Text Font Color

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

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


#95cdfe Background Color

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

This div background color is #95cdfe


#95cdfe Border Color

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

This div border color is #95cdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cdfe


Comments

No comments written yet.

Please login to write comment.