Color Hex Logo

#8dbcde Color Hex

#8DBCDE
(141,188,222)
0 Favorites   0 Comments

Color spaces of #8dbcde

RGB 141188222
HSL0.570.550.71
HSV205°36°87°
CMYK 0.360.150.00   0.13
XYZ42.152546.903175.9388
Yxy46.90310.25550.2843
Hunter Lab68.4858-9.9849-17.8021
CIE-Lab74.1277-7.1833-21.9710

#8dbcde color RGB value is (141,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111100 11011110
Octal 215 274 336
Decimal 141 188 222
Hex 8D BC DE

RGB Percentages of Color #8dbcde

%25.59
%34.12
%40.29

CMYK Percentages of Color #8dbcde

%36
%15
%0
%13

Triadic Colors of #8dbcde

#8dbcde #de8dbc #bcde8d

Analogous Colors of #8dbcde

#8dbcde #8d94de #8dded8

Monochromatic Colors of #8dbcde

#8dbcde

Complementary Color

#8dbcde #deaf8d

#8dbcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbcde Color CSS Codes

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

#8dbcde Text Font Color

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

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


#8dbcde Background Color

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

This div background color is #8dbcde


#8dbcde Border Color

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

This div border color is #8dbcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbcde


Comments

No comments written yet.

Please login to write comment.