Color Hex Logo

#95dbed Color Hex

#95DBED
(149,219,237)
0 Favorites   0 Comments

Color spaces of #95dbed

RGB 149219237
HSL0.530.710.76
HSV192°37°93°
CMYK 0.370.080.00   0.07
XYZ53.012063.167089.5192
Yxy63.16700.25770.3071
Hunter Lab79.4777-20.0255-11.1466
CIE-Lab83.5302-17.4347-15.7585

#95dbed color RGB value is (149,219,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011011 11101101
Octal 225 333 355
Decimal 149 219 237
Hex 95 DB ED

RGB Percentages of Color #95dbed

%24.63
%36.20
%39.17

CMYK Percentages of Color #95dbed

%37
%8
%0
%7

Triadic Colors of #95dbed

#95dbed #ed95db #dbed95

Analogous Colors of #95dbed

#95dbed #95afed #95edd3

Monochromatic Colors of #95dbed

#95dbed

Complementary Color

#95dbed #eda795

#95dbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dbed Color CSS Codes

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

#95dbed Text Font Color

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

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


#95dbed Background Color

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

This div background color is #95dbed


#95dbed Border Color

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

This div border color is #95dbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dbed


Comments

No comments written yet.

Please login to write comment.