Color Hex Logo

#8bcbde Color Hex

#8BCBDE
(139,203,222)
0 Favorites   0 Comments

Color spaces of #8bcbde

RGB 139203222
HSL0.540.560.71
HSV194°37°87°
CMYK 0.370.090.00   0.13
XYZ45.188253.474877.0472
Yxy53.47480.25720.3043
Hunter Lab73.1265-17.6680-11.2804
CIE-Lab78.1545-15.5979-15.8871

#8bcbde color RGB value is (139,203,222).

#8bcbde hex color red value is 139, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8bcbde hue: 0.54 , saturation: 0.56 and the lightness value of 8bcbde is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001011 11011110
Octal 213 313 336
Decimal 139 203 222
Hex 8B CB DE

RGB Percentages of Color #8bcbde

%24.65
%35.99
%39.36

CMYK Percentages of Color #8bcbde

%37
%9
%0
%13

Triadic Colors of #8bcbde

#8bcbde #de8bcb #cbde8b

Analogous Colors of #8bcbde

#8bcbde #8ba2de #8bdec8

Monochromatic Colors of #8bcbde

#8bcbde

Complementary Color

#8bcbde #de9e8b

#8bcbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bcbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bcbde Color CSS Codes

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

#8bcbde Text Font Color

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

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


#8bcbde Background Color

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

This div background color is #8bcbde


#8bcbde Border Color

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

This div border color is #8bcbde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,203,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bcbde


Comments

No comments written yet.

Please login to write comment.