Color Hex Logo

#95dfe8 Color Hex

#95DFE8
(149,223,232)
0 Favorites   0 Comments

Color spaces of #95dfe8

RGB 149223232
HSL0.520.640.75
HSV187°36°91°
CMYK 0.360.040.00   0.09
XYZ53.347664.991186.0768
Yxy64.99110.26100.3179
Hunter Lab80.6171-22.9591-6.8734
CIE-Lab84.4791-20.6585-11.6892

#95dfe8 color RGB value is (149,223,232).

#95dfe8 hex color red value is 149, green value is 223 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #95dfe8 hue: 0.52 , saturation: 0.64 and the lightness value of 95dfe8 is 0.75.

The process color (four color CMYK) of #95dfe8 color hex is 0.36, 0.04, 0.00, 0.09. Web safe color of #95dfe8 is #99ccff. Color #95dfe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011111 11101000
Octal 225 337 350
Decimal 149 223 232
Hex 95 DF E8

RGB Percentages of Color #95dfe8

%24.67
%36.92
%38.41

CMYK Percentages of Color #95dfe8

%36
%4
%0
%9

Triadic Colors of #95dfe8

#95dfe8 #e895df #dfe895

Analogous Colors of #95dfe8

#95dfe8 #95b6e8 #95e8c8

Monochromatic Colors of #95dfe8

#95dfe8

Complementary Color

#95dfe8 #e89e95

#95dfe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dfe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dfe8 Color CSS Codes

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

#95dfe8 Text Font Color

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

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


#95dfe8 Background Color

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

This div background color is #95dfe8


#95dfe8 Border Color

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

This div border color is #95dfe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dfe8


Comments

No comments written yet.

Please login to write comment.