Color Hex Logo

#95dbf8 Color Hex

#95DBF8
(149,219,248)
0 Favorites   0 Comments

Color spaces of #95dbf8

RGB 149219248
HSL0.550.880.78
HSV198°40°97°
CMYK 0.400.120.00   0.03
XYZ54.669263.829998.2460
Yxy63.82990.25220.2945
Hunter Lab79.8936-17.6708-16.9840
CIE-Lab83.8771-14.6854-21.0609

#95dbf8 color RGB value is (149,219,248).

#95dbf8 hex color red value is 149, green value is 219 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #95dbf8 hue: 0.55 , saturation: 0.88 and the lightness value of 95dbf8 is 0.78.

The process color (four color CMYK) of #95dbf8 color hex is 0.40, 0.12, 0.00, 0.03. Web safe color of #95dbf8 is #99ccff. Color #95dbf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011011 11111000
Octal 225 333 370
Decimal 149 219 248
Hex 95 DB F8

RGB Percentages of Color #95dbf8

%24.19
%35.55
%40.26

CMYK Percentages of Color #95dbf8

%40
%12
%0
%3

Triadic Colors of #95dbf8

#95dbf8 #f895db #dbf895

Analogous Colors of #95dbf8

#95dbf8 #95aaf8 #95f8e4

Monochromatic Colors of #95dbf8

#95dbf8

Complementary Color

#95dbf8 #f8b295

#95dbf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dbf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dbf8 Color CSS Codes

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

#95dbf8 Text Font Color

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

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


#95dbf8 Background Color

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

This div background color is #95dbf8


#95dbf8 Border Color

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

This div border color is #95dbf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dbf8


Comments

No comments written yet.

Please login to write comment.