Color Hex Logo

#8dddeb Color Hex

#8DDDEB
(141,221,235)
0 Favorites   0 Comments

Color spaces of #8dddeb

RGB 141221235
HSL0.520.700.74
HSV189°40°92°
CMYK 0.400.060.00   0.08
XYZ51.836463.373888.0976
Yxy63.37380.25500.3117
Hunter Lab79.6077-23.0834-9.8878
CIE-Lab83.6387-20.9675-14.5743

#8dddeb color RGB value is (141,221,235).

#8dddeb hex color red value is 141, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8dddeb hue: 0.52 , saturation: 0.70 and the lightness value of 8dddeb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011101 11101011
Octal 215 335 353
Decimal 141 221 235
Hex 8D DD EB

RGB Percentages of Color #8dddeb

%23.62
%37.02
%39.36

CMYK Percentages of Color #8dddeb

%40
%6
%0
%8

Triadic Colors of #8dddeb

#8dddeb #eb8ddd #ddeb8d

Analogous Colors of #8dddeb

#8dddeb #8daeeb #8debca

Monochromatic Colors of #8dddeb

#8dddeb

Complementary Color

#8dddeb #eb9b8d

#8dddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dddeb Color CSS Codes

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

#8dddeb Text Font Color

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

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


#8dddeb Background Color

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

This div background color is #8dddeb


#8dddeb Border Color

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

This div border color is #8dddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dddeb


Comments

No comments written yet.

Please login to write comment.