Color Hex Logo

#8db8dd Color Hex

#8DB8DD
(141,184,221)
0 Favorites   0 Comments

Color spaces of #8db8dd

RGB 141184221
HSL0.580.540.71
HSV208°36°87°
CMYK 0.360.170.00   0.13
XYZ41.176145.164274.9540
Yxy45.16420.25530.2800
Hunter Lab67.2043-8.2406-19.0840
CIE-Lab72.9999-5.2889-23.1455

#8db8dd color RGB value is (141,184,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111000 11011101
Octal 215 270 335
Decimal 141 184 221
Hex 8D B8 DD

RGB Percentages of Color #8db8dd

%25.82
%33.70
%40.48

CMYK Percentages of Color #8db8dd

%36
%17
%0
%13

Triadic Colors of #8db8dd

#8db8dd #dd8db8 #b8dd8d

Analogous Colors of #8db8dd

#8db8dd #8d90dd #8dddda

Monochromatic Colors of #8db8dd

#8db8dd

Complementary Color

#8db8dd #ddb28d

#8db8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8db8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8db8dd Color CSS Codes

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

#8db8dd Text Font Color

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

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


#8db8dd Background Color

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

This div background color is #8db8dd


#8db8dd Border Color

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

This div border color is #8db8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8db8dd


Comments

No comments written yet.

Please login to write comment.