Color Hex Logo

#95ffda Color Hex

#95FFDA
(149,255,218)
0 Favorites   0 Comments

Color spaces of #95ffda

RGB 149255218
HSL0.441.000.79
HSV159°42°100°
CMYK 0.420.000.15   0.00
XYZ60.809382.971579.1398
Yxy82.97150.27280.3722
Hunter Lab91.0887-40.241612.2497
CIE-Lab93.0020-38.99828.1129

#95ffda color RGB value is (149,255,218).

#95ffda hex color red value is 149, green value is 255 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #95ffda hue: 0.44 , saturation: 1.00 and the lightness value of 95ffda is 0.79.

The process color (four color CMYK) of #95ffda color hex is 0.42, 0.00, 0.15, 0.00. Web safe color of #95ffda is #99ffcc. Color #95ffda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111111 11011010
Octal 225 377 332
Decimal 149 255 218
Hex 95 FF DA

RGB Percentages of Color #95ffda

%23.95
%41.00
%35.05

CMYK Percentages of Color #95ffda

%42
%0
%15
%0

Triadic Colors of #95ffda

#95ffda #da95ff #ffda95

Analogous Colors of #95ffda

#95ffda #95efff #95ffa5

Monochromatic Colors of #95ffda

#95ffda

Complementary Color

#95ffda #ff95ba

#95ffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ffda Color CSS Codes

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

#95ffda Text Font Color

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

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


#95ffda Background Color

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

This div background color is #95ffda


#95ffda Border Color

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

This div border color is #95ffda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ffda

Related Colors


Comments

No comments written yet.

Please login to write comment.