Color Hex Logo

#8dbcdd Color Hex

#8DBCDD
(141,188,221)
0 Favorites   0 Comments

Color spaces of #8dbcdd

RGB 141188221
HSL0.570.540.71
HSV205°36°87°
CMYK 0.360.150.00   0.13
XYZ42.018946.849675.2349
Yxy46.84960.25610.2855
Hunter Lab68.4468-10.2022-17.2573
CIE-Lab74.0935-7.4388-21.4803

#8dbcdd color RGB value is (141,188,221).

#8dbcdd hex color red value is 141, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8dbcdd hue: 0.57 , saturation: 0.54 and the lightness value of 8dbcdd is 0.71.

The process color (four color CMYK) of #8dbcdd color hex is 0.36, 0.15, 0.00, 0.13. Web safe color of #8dbcdd is #99cccc. Color #8dbcdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111100 11011101
Octal 215 274 335
Decimal 141 188 221
Hex 8D BC DD

RGB Percentages of Color #8dbcdd

%25.64
%34.18
%40.18

CMYK Percentages of Color #8dbcdd

%36
%15
%0
%13

Triadic Colors of #8dbcdd

#8dbcdd #dd8dbc #bcdd8d

Analogous Colors of #8dbcdd

#8dbcdd #8d94dd #8dddd6

Monochromatic Colors of #8dbcdd

#8dbcdd

Complementary Color

#8dbcdd #ddae8d

#8dbcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbcdd Color CSS Codes

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

#8dbcdd Text Font Color

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

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


#8dbcdd Background Color

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

This div background color is #8dbcdd


#8dbcdd Border Color

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

This div border color is #8dbcdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,188,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 #8dbcdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbcdd


Comments

No comments written yet.

Please login to write comment.