Color Hex Logo

#95dbeb Color Hex

#95DBEB
(149,219,235)
0 Favorites   0 Comments

Color spaces of #95dbeb

RGB 149219235
HSL0.530.680.75
HSV191°37°92°
CMYK 0.370.070.00   0.08
XYZ52.721363.050887.9886
Yxy63.05080.25870.3094
Hunter Lab79.4045-20.4414-10.1164
CIE-Lab83.4691-17.9252-14.7898

#95dbeb color RGB value is (149,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011011 11101011
Octal 225 333 353
Decimal 149 219 235
Hex 95 DB EB

RGB Percentages of Color #95dbeb

%24.71
%36.32
%38.97

CMYK Percentages of Color #95dbeb

%37
%7
%0
%8

Triadic Colors of #95dbeb

#95dbeb #eb95db #dbeb95

Analogous Colors of #95dbeb

#95dbeb #95b0eb #95ebd0

Monochromatic Colors of #95dbeb

#95dbeb

Complementary Color

#95dbeb #eba595

#95dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dbeb Color CSS Codes

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

#95dbeb Text Font Color

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

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


#95dbeb Background Color

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

This div background color is #95dbeb


#95dbeb Border Color

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

This div border color is #95dbeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,219,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 #95dbeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dbeb


Comments

No comments written yet.

Please login to write comment.