Color Hex Logo

#8bcbda Color Hex

#8BCBDA
(139,203,218)
0 Favorites   0 Comments

Color spaces of #8bcbda

RGB 139203218
HSL0.530.520.70
HSV191°36°85°
CMYK 0.360.070.00   0.15
XYZ44.658353.262874.2567
Yxy53.26280.25940.3093
Hunter Lab72.9814-18.4908-9.2391
CIE-Lab78.0299-16.5923-13.9237

#8bcbda color RGB value is (139,203,218).

#8bcbda hex color red value is 139, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8bcbda hue: 0.53 , saturation: 0.52 and the lightness value of 8bcbda is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001011 11011010
Octal 213 313 332
Decimal 139 203 218
Hex 8B CB DA

RGB Percentages of Color #8bcbda

%24.82
%36.25
%38.93

CMYK Percentages of Color #8bcbda

%36
%7
%0
%15

Triadic Colors of #8bcbda

#8bcbda #da8bcb #cbda8b

Analogous Colors of #8bcbda

#8bcbda #8ba4da #8bdac2

Monochromatic Colors of #8bcbda

#8bcbda

Complementary Color

#8bcbda #da9a8b

#8bcbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bcbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bcbda Color CSS Codes

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

#8bcbda Text Font Color

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

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


#8bcbda Background Color

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

This div background color is #8bcbda


#8bcbda Border Color

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

This div border color is #8bcbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bcbda


Comments

No comments written yet.

Please login to write comment.