Color Hex Logo

#8cbcdd Color Hex

#8CBCDD
(140,188,221)
0 Favorites   0 Comments

Color spaces of #8cbcdd

RGB 140188221
HSL0.570.540.71
HSV204°37°87°
CMYK 0.370.150.00   0.13
XYZ41.849646.762375.2269
Yxy46.76230.25540.2854
Hunter Lab68.3830-10.4302-17.3558
CIE-Lab74.0375-7.7097-21.5706

#8cbcdd color RGB value is (140,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111100 11011101
Octal 214 274 335
Decimal 140 188 221
Hex 8C BC DD

RGB Percentages of Color #8cbcdd

%25.50
%34.24
%40.26

CMYK Percentages of Color #8cbcdd

%37
%15
%0
%13

Triadic Colors of #8cbcdd

#8cbcdd #dd8cbc #bcdd8c

Analogous Colors of #8cbcdd

#8cbcdd #8c94dd #8cddd6

Monochromatic Colors of #8cbcdd

#8cbcdd

Complementary Color

#8cbcdd #ddad8c

#8cbcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbcdd Color CSS Codes

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

#8cbcdd Text Font Color

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

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


#8cbcdd Background Color

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

This div background color is #8cbcdd


#8cbcdd Border Color

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

This div border color is #8cbcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbcdd


Comments

No comments written yet.

Please login to write comment.