Color Hex Logo

#9fe3dd Color Hex

#9FE3DD
(159,227,221)
0 Favorites   0 Comments

Color spaces of #9fe3dd

RGB 159227221
HSL0.490.550.76
HSV175°30°89°
CMYK 0.300.000.03   0.11
XYZ54.818367.529678.5519
Yxy67.52960.27290.3361
Hunter Lab82.1764-24.73480.8485
CIE-Lab85.7707-22.4697-3.9084

#9fe3dd color RGB value is (159,227,221).

#9fe3dd hex color red value is 159, green value is 227 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9fe3dd hue: 0.49 , saturation: 0.55 and the lightness value of 9fe3dd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11100011 11011101
Octal 237 343 335
Decimal 159 227 221
Hex 9F E3 DD

RGB Percentages of Color #9fe3dd

%26.19
%37.40
%36.41

CMYK Percentages of Color #9fe3dd

%30
%0
%3
%11

Triadic Colors of #9fe3dd

#9fe3dd #dd9fe3 #e3dd9f

Analogous Colors of #9fe3dd

#9fe3dd #9fc7e3 #9fe3bb

Monochromatic Colors of #9fe3dd

#9fe3dd

Complementary Color

#9fe3dd #e39fa5

#9fe3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fe3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fe3dd Color CSS Codes

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

#9fe3dd Text Font Color

<p style="color:#9fe3dd">Text here</p>

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


#9fe3dd Background Color

<div style="background-color:#9fe3dd">
Div content here</div>

This div background color is #9fe3dd


#9fe3dd Border Color

<div style="border:3px solid #9fe3dd">
Div here</div>

This div border color is #9fe3dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,227,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9fe3dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9fe3dd;
  -webkit-box-shadow: 1px 1px 3px 2px #9fe3dd;
  box-shadow:         1px 1px 3px 2px #9fe3dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,227,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 #9fe3dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fe3dd


Comments

No comments written yet.

Please login to write comment.