Color Hex Logo

#8dddff Color Hex

#8DDDFF
(141,221,255)
0 Favorites   0 Comments

Color spaces of #8dddff

RGB 141221255
HSL0.551.000.78
HSV198°45°100°
CMYK 0.450.130.00   0.00
XYZ54.891064.5956104.1829
Yxy64.59560.24540.2888
Hunter Lab80.3714-18.7403-20.5958
CIE-Lab84.2749-15.8385-24.1920

#8dddff color RGB value is (141,221,255).

#8dddff hex color red value is 141, green value is 221 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8dddff hue: 0.55 , saturation: 1.00 and the lightness value of 8dddff is 0.78.

The process color (four color CMYK) of #8dddff color hex is 0.45, 0.13, 0.00, 0.00. Web safe color of #8dddff is #99ccff. Color #8dddff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011101 11111111
Octal 215 335 377
Decimal 141 221 255
Hex 8D DD FF

RGB Percentages of Color #8dddff

%22.85
%35.82
%41.33

CMYK Percentages of Color #8dddff

%45
%13
%0
%0

Triadic Colors of #8dddff

#8dddff #ff8ddd #ddff8d

Analogous Colors of #8dddff

#8dddff #8da4ff #8dffe8

Monochromatic Colors of #8dddff

#8dddff

Complementary Color

#8dddff #ffaf8d

#8dddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dddff Color CSS Codes

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

#8dddff Text Font Color

<p style="color:#8dddff">Text here</p>

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


#8dddff Background Color

<div style="background-color:#8dddff">
Div content here</div>

This div background color is #8dddff


#8dddff Border Color

<div style="border:3px solid #8dddff">
Div here</div>

This div border color is #8dddff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,221,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8dddff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8dddff;
  -webkit-box-shadow: 1px 1px 3px 2px #8dddff;
  box-shadow:         1px 1px 3px 2px #8dddff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dddff


Comments

No comments written yet.

Please login to write comment.