Color Hex Logo

#95efdf Color Hex

#95EFDF
(149,239,223)
0 Favorites   0 Comments

Color spaces of #95efdf

RGB 149239223
HSL0.470.740.76
HSV169°38°94°
CMYK 0.380.000.07   0.06
XYZ56.580273.450381.0073
Yxy73.45030.26810.3480
Hunter Lab85.7032-32.13693.9508
CIE-Lab88.6620-30.5203-0.7732

#95efdf color RGB value is (149,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101111 11011111
Octal 225 357 337
Decimal 149 239 223
Hex 95 EF DF

RGB Percentages of Color #95efdf

%24.39
%39.12
%36.50

CMYK Percentages of Color #95efdf

%38
%0
%7
%6

Triadic Colors of #95efdf

#95efdf #df95ef #efdf95

Analogous Colors of #95efdf

#95efdf #95d2ef #95efb2

Monochromatic Colors of #95efdf

#95efdf

Complementary Color

#95efdf #ef95a5

#95efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#95efdf Color CSS Codes

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

#95efdf Text Font Color

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

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


#95efdf Background Color

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

This div background color is #95efdf


#95efdf Border Color

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

This div border color is #95efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95efdf


Comments

No comments written yet.

Please login to write comment.