Color Hex Logo

#9fddea Color Hex

#9FDDEA
(159,221,234)
2 Favorites   0 Comments

Color spaces of #9fddea

RGB 159221234
HSL0.530.640.77
HSV190°32°92°
CMYK 0.320.060.00   0.08
XYZ55.005865.024387.4937
Yxy65.02430.26510.3133
Hunter Lab80.6376-19.3547-7.8847
CIE-Lab84.4963-16.5024-12.6689

#9fddea color RGB value is (159,221,234).

#9fddea hex color red value is 159, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9fddea hue: 0.53 , saturation: 0.64 and the lightness value of 9fddea is 0.77.

The process color (four color CMYK) of #9fddea color hex is 0.32, 0.06, 0.00, 0.08. Web safe color of #9fddea is #99ccff. Color #9fddea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011101 11101010
Octal 237 335 352
Decimal 159 221 234
Hex 9F DD EA

RGB Percentages of Color #9fddea

%25.90
%35.99
%38.11

CMYK Percentages of Color #9fddea

%32
%6
%0
%8

Triadic Colors of #9fddea

#9fddea #ea9fdd #ddea9f

Analogous Colors of #9fddea

#9fddea #9fb8ea #9fead2

Monochromatic Colors of #9fddea

#9fddea

Complementary Color

#9fddea #eaac9f

#9fddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fddea Color CSS Codes

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

#9fddea Text Font Color

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

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


#9fddea Background Color

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

This div background color is #9fddea


#9fddea Border Color

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

This div border color is #9fddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fddea


Comments

No comments written yet.

Please login to write comment.