Color Hex Logo

#95dbda Color Hex

#95DBDA
(149,219,218)
0 Favorites   0 Comments

Color spaces of #95dbda

RGB 149219218
HSL0.500.490.72
HSV179°32°86°
CMYK 0.320.000.00   0.14
XYZ50.380862.114675.6636
Yxy62.11460.26780.3301
Hunter Lab78.8128-23.8170-1.7519
CIE-Lab82.9743-21.9641-6.5037

#95dbda color RGB value is (149,219,218).

#95dbda hex color red value is 149, green value is 219 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #95dbda hue: 0.50 , saturation: 0.49 and the lightness value of 95dbda is 0.72.

The process color (four color CMYK) of #95dbda color hex is 0.32, 0.00, 0.00, 0.14. Web safe color of #95dbda is #99cccc. Color #95dbda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011011 11011010
Octal 225 333 332
Decimal 149 219 218
Hex 95 DB DA

RGB Percentages of Color #95dbda

%25.43
%37.37
%37.20

CMYK Percentages of Color #95dbda

%32
%0
%0
%14

Triadic Colors of #95dbda

#95dbda #da95db #dbda95

Analogous Colors of #95dbda

#95dbda #95b9db #95dbb7

Monochromatic Colors of #95dbda

#95dbda

Complementary Color

#95dbda #db9596

#95dbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dbda Color CSS Codes

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

#95dbda Text Font Color

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

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


#95dbda Background Color

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

This div background color is #95dbda


#95dbda Border Color

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

This div border color is #95dbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dbda


Comments

No comments written yet.

Please login to write comment.