Color Hex Logo

#95e4dd Color Hex

#95E4DD
(149,228,221)
0 Favorites   0 Comments

Color spaces of #95e4dd

RGB 149228221
HSL0.490.590.74
HSV175°35°89°
CMYK 0.350.000.03   0.11
XYZ53.189067.096878.5542
Yxy67.09680.26750.3374
Hunter Lab81.9126-27.44030.4797
CIE-Lab85.5528-25.6954-4.2858

#95e4dd color RGB value is (149,228,221).

#95e4dd hex color red value is 149, green value is 228 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #95e4dd hue: 0.49 , saturation: 0.59 and the lightness value of 95e4dd is 0.74.

The process color (four color CMYK) of #95e4dd color hex is 0.35, 0.00, 0.03, 0.11. Web safe color of #95e4dd is #99cccc. Color #95e4dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11100100 11011101
Octal 225 344 335
Decimal 149 228 221
Hex 95 E4 DD

RGB Percentages of Color #95e4dd

%24.92
%38.13
%36.96

CMYK Percentages of Color #95e4dd

%35
%0
%3
%11

Triadic Colors of #95e4dd

#95e4dd #dd95e4 #e4dd95

Analogous Colors of #95e4dd

#95e4dd #95c4e4 #95e4b6

Monochromatic Colors of #95e4dd

#95e4dd

Complementary Color

#95e4dd #e4959c

#95e4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95e4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95e4dd Color CSS Codes

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

#95e4dd Text Font Color

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

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


#95e4dd Background Color

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

This div background color is #95e4dd


#95e4dd Border Color

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

This div border color is #95e4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95e4dd


Comments

No comments written yet.

Please login to write comment.