Color Hex Logo

#95cdfb Color Hex

#95CDFB
(149,205,251)
0 Favorites   0 Comments

Color spaces of #95cdfb

RGB 149205251
HSL0.580.930.78
HSV207°41°98°
CMYK 0.410.180.00   0.02
XYZ51.638357.017299.5506
Yxy57.01720.24800.2738
Hunter Lab75.5097-10.0725-25.3100
CIE-Lab80.1893-6.6205-28.2709

#95cdfb color RGB value is (149,205,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001101 11111011
Octal 225 315 373
Decimal 149 205 251
Hex 95 CD FB

RGB Percentages of Color #95cdfb

%24.63
%33.88
%41.49

CMYK Percentages of Color #95cdfb

%41
%18
%0
%2

Triadic Colors of #95cdfb

#95cdfb #fb95cd #cdfb95

Analogous Colors of #95cdfb

#95cdfb #959afb #95fbf6

Monochromatic Colors of #95cdfb

#95cdfb

Complementary Color

#95cdfb #fbc395

#95cdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cdfb Color CSS Codes

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

#95cdfb Text Font Color

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

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


#95cdfb Background Color

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

This div background color is #95cdfb


#95cdfb Border Color

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

This div border color is #95cdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cdfb


Comments

No comments written yet.

Please login to write comment.