Color Hex Logo

#95dcda Color Hex

#95DCDA
(149,220,218)
0 Favorites   0 Comments

Color spaces of #95dcda

RGB 149220218
HSL0.500.500.72
HSV178°32°86°
CMYK 0.320.000.01   0.14
XYZ50.642562.637975.7509
Yxy62.63790.26790.3314
Hunter Lab79.1441-24.2841-1.3471
CIE-Lab83.2515-22.4593-6.0939

#95dcda color RGB value is (149,220,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011100 11011010
Octal 225 334 332
Decimal 149 220 218
Hex 95 DC DA

RGB Percentages of Color #95dcda

%25.38
%37.48
%37.14

CMYK Percentages of Color #95dcda

%32
%0
%1
%14

Triadic Colors of #95dcda

#95dcda #da95dc #dcda95

Analogous Colors of #95dcda

#95dcda #95bbdc #95dcb7

Monochromatic Colors of #95dcda

#95dcda

Complementary Color

#95dcda #dc9597

#95dcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dcda Color CSS Codes

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

#95dcda Text Font Color

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

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


#95dcda Background Color

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

This div background color is #95dcda


#95dcda Border Color

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

This div border color is #95dcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dcda


Comments

No comments written yet.

Please login to write comment.