Color Hex Logo

#95dcff Color Hex

#95DCFF
(149,220,255)
0 Favorites   0 Comments

Color spaces of #95dcff

RGB 149220255
HSL0.561.000.79
HSV200°42°100°
CMYK 0.420.140.00   0.00
XYZ56.037664.7960104.1611
Yxy64.79600.24910.2880
Hunter Lab80.4960-16.6044-20.3736
CIE-Lab84.3785-13.4057-23.9997

#95dcff color RGB value is (149,220,255).

#95dcff hex color red value is 149, green value is 220 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #95dcff hue: 0.56 , saturation: 1.00 and the lightness value of 95dcff is 0.79.

The process color (four color CMYK) of #95dcff color hex is 0.42, 0.14, 0.00, 0.00. Web safe color of #95dcff is #99ccff. Color #95dcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011100 11111111
Octal 225 334 377
Decimal 149 220 255
Hex 95 DC FF

RGB Percentages of Color #95dcff

%23.88
%35.26
%40.87

CMYK Percentages of Color #95dcff

%42
%14
%0
%0

Triadic Colors of #95dcff

#95dcff #ff95dc #dcff95

Analogous Colors of #95dcff

#95dcff #95a7ff #95ffed

Monochromatic Colors of #95dcff

#95dcff

Complementary Color

#95dcff #ffb895

#95dcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dcff Color CSS Codes

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

#95dcff Text Font Color

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

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


#95dcff Background Color

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

This div background color is #95dcff


#95dcff Border Color

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

This div border color is #95dcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dcff

Related Colors

#95dcff Color Palettes


Comments

No comments written yet.

Please login to write comment.