Color Hex Logo

#95efde Color Hex

#95EFDE
(149,239,222)
0 Favorites   0 Comments

Color spaces of #95efde

RGB 149239222
HSL0.470.740.76
HSV169°38°94°
CMYK 0.380.000.07   0.06
XYZ56.445773.396580.2992
Yxy73.39650.26860.3493
Hunter Lab85.6718-32.31914.3984
CIE-Lab88.6365-30.7437-0.2877

#95efde color RGB value is (149,239,222).

#95efde hex color red value is 149, green value is 239 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #95efde hue: 0.47 , saturation: 0.74 and the lightness value of 95efde is 0.76.

The process color (four color CMYK) of #95efde color hex is 0.38, 0.00, 0.07, 0.06. Web safe color of #95efde is #99ffcc. Color #95efde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101111 11011110
Octal 225 357 336
Decimal 149 239 222
Hex 95 EF DE

RGB Percentages of Color #95efde

%24.43
%39.18
%36.39

CMYK Percentages of Color #95efde

%38
%0
%7
%6

Triadic Colors of #95efde

#95efde #de95ef #efde95

Analogous Colors of #95efde

#95efde #95d3ef #95efb1

Monochromatic Colors of #95efde

#95efde

Complementary Color

#95efde #ef95a6

#95efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#95efde Color CSS Codes

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

#95efde Text Font Color

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

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


#95efde Background Color

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

This div background color is #95efde


#95efde Border Color

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

This div border color is #95efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95efde


Comments

No comments written yet.

Please login to write comment.