Color Hex Logo

#8dbbda Color Hex

#8DBBDA
(141,187,218)
0 Favorites   0 Comments

Color spaces of #8dbbda

RGB 141187218
HSL0.570.510.70
HSV204°35°85°
CMYK 0.350.140.00   0.15
XYZ41.409746.265373.0772
Yxy46.26530.25760.2878
Hunter Lab68.0186-10.3618-16.0864
CIE-Lab73.7174-7.6673-20.4221

#8dbbda color RGB value is (141,187,218).

#8dbbda hex color red value is 141, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8dbbda hue: 0.57 , saturation: 0.51 and the lightness value of 8dbbda is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111011 11011010
Octal 215 273 332
Decimal 141 187 218
Hex 8D BB DA

RGB Percentages of Color #8dbbda

%25.82
%34.25
%39.93

CMYK Percentages of Color #8dbbda

%35
%14
%0
%15

Triadic Colors of #8dbbda

#8dbbda #da8dbb #bbda8d

Analogous Colors of #8dbbda

#8dbbda #8d95da #8ddad3

Monochromatic Colors of #8dbbda

#8dbbda

Complementary Color

#8dbbda #daac8d

#8dbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbbda Color CSS Codes

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

#8dbbda Text Font Color

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

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


#8dbbda Background Color

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

This div background color is #8dbbda


#8dbbda Border Color

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

This div border color is #8dbbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbbda


Comments

No comments written yet.

Please login to write comment.