Color Hex Logo

#8cbddd Color Hex

#8CBDDD
(140,189,221)
0 Favorites   0 Comments

Color spaces of #8cbddd

RGB 140189221
HSL0.570.540.71
HSV204°37°87°
CMYK 0.370.140.00   0.13
XYZ42.064047.191175.2984
Yxy47.19110.25560.2868
Hunter Lab68.6958-10.9180-16.9015
CIE-Lab74.3118-8.2438-21.1536

#8cbddd color RGB value is (140,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111101 11011101
Octal 214 275 335
Decimal 140 189 221
Hex 8C BD DD

RGB Percentages of Color #8cbddd

%25.45
%34.36
%40.18

CMYK Percentages of Color #8cbddd

%37
%14
%0
%13

Triadic Colors of #8cbddd

#8cbddd #dd8cbd #bddd8c

Analogous Colors of #8cbddd

#8cbddd #8c95dd #8cddd5

Monochromatic Colors of #8cbddd

#8cbddd

Complementary Color

#8cbddd #ddac8c

#8cbddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbddd Color CSS Codes

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

#8cbddd Text Font Color

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

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


#8cbddd Background Color

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

This div background color is #8cbddd


#8cbddd Border Color

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

This div border color is #8cbddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbddd


Comments

No comments written yet.

Please login to write comment.