Color Hex Logo

#8cbbdf Color Hex

#8CBBDF
(140,187,223)
0 Favorites   0 Comments

Color spaces of #8cbbdf

RGB 140187223
HSL0.570.560.71
HSV206°37°87°
CMYK 0.370.160.00   0.13
XYZ41.904846.443876.5680
Yxy46.44380.25410.2816
Hunter Lab68.1497-9.5035-18.9091
CIE-Lab73.8326-6.6594-22.9684

#8cbbdf color RGB value is (140,187,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111011 11011111
Octal 214 273 337
Decimal 140 187 223
Hex 8C BB DF

RGB Percentages of Color #8cbbdf

%25.45
%34.00
%40.55

CMYK Percentages of Color #8cbbdf

%37
%16
%0
%13

Triadic Colors of #8cbbdf

#8cbbdf #df8cbb #bbdf8c

Analogous Colors of #8cbbdf

#8cbbdf #8c92df #8cdfda

Monochromatic Colors of #8cbbdf

#8cbbdf

Complementary Color

#8cbbdf #dfb08c

#8cbbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbbdf Color CSS Codes

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

#8cbbdf Text Font Color

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

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


#8cbbdf Background Color

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

This div background color is #8cbbdf


#8cbbdf Border Color

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

This div border color is #8cbbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbbdf


Comments

No comments written yet.

Please login to write comment.