Color Hex Logo

#8bbddd Color Hex

#8BBDDD
(139,189,221)
0 Favorites   0 Comments

Color spaces of #8bbddd

RGB 139189221
HSL0.570.550.71
HSV203°37°87°
CMYK 0.370.140.00   0.13
XYZ41.896247.104675.2905
Yxy47.10460.25500.2867
Hunter Lab68.6328-11.1438-16.9985
CIE-Lab74.2566-8.5132-21.2426

#8bbddd color RGB value is (139,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111101 11011101
Octal 213 275 335
Decimal 139 189 221
Hex 8B BD DD

RGB Percentages of Color #8bbddd

%25.32
%34.43
%40.26

CMYK Percentages of Color #8bbddd

%37
%14
%0
%13

Triadic Colors of #8bbddd

#8bbddd #dd8bbd #bddd8b

Analogous Colors of #8bbddd

#8bbddd #8b94dd #8bddd4

Monochromatic Colors of #8bbddd

#8bbddd

Complementary Color

#8bbddd #ddab8b

#8bbddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbddd Color CSS Codes

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

#8bbddd Text Font Color

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

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


#8bbddd Background Color

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

This div background color is #8bbddd


#8bbddd Border Color

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

This div border color is #8bbddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbddd


Comments

No comments written yet.

Please login to write comment.