Color Hex Logo

#95daeb Color Hex

#95DAEB
(149,218,235)
0 Favorites   0 Comments

Color spaces of #95daeb

RGB 149218235
HSL0.530.680.75
HSV192°37°92°
CMYK 0.370.070.00   0.08
XYZ52.461262.530587.9019
Yxy62.53050.25860.3082
Hunter Lab79.0762-19.9619-10.5540
CIE-Lab83.1947-17.4193-15.2016

#95daeb color RGB value is (149,218,235).

#95daeb hex color red value is 149, green value is 218 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #95daeb hue: 0.53 , saturation: 0.68 and the lightness value of 95daeb is 0.75.

The process color (four color CMYK) of #95daeb color hex is 0.37, 0.07, 0.00, 0.08. Web safe color of #95daeb is #99ccff. Color #95daeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011010 11101011
Octal 225 332 353
Decimal 149 218 235
Hex 95 DA EB

RGB Percentages of Color #95daeb

%24.75
%36.21
%39.04

CMYK Percentages of Color #95daeb

%37
%7
%0
%8

Triadic Colors of #95daeb

#95daeb #eb95da #daeb95

Analogous Colors of #95daeb

#95daeb #95afeb #95ebd1

Monochromatic Colors of #95daeb

#95daeb

Complementary Color

#95daeb #eba695

#95daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95daeb Color CSS Codes

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

#95daeb Text Font Color

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

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


#95daeb Background Color

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

This div background color is #95daeb


#95daeb Border Color

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

This div border color is #95daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95daeb


Comments

No comments written yet.

Please login to write comment.