Color Hex Logo

#8bced5 Color Hex

#8BCED5
(139,206,213)
0 Favorites   0 Comments

Color spaces of #8bced5

RGB 139206213
HSL0.520.470.69
HSV186°35°84°
CMYK 0.350.030.00   0.16
XYZ44.729054.435771.1005
Yxy54.43570.26270.3197
Hunter Lab73.7806-20.9015-5.4899
CIE-Lab78.7151-19.3408-10.2120

#8bced5 color RGB value is (139,206,213).

#8bced5 hex color red value is 139, green value is 206 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #8bced5 hue: 0.52 , saturation: 0.47 and the lightness value of 8bced5 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001110 11010101
Octal 213 316 325
Decimal 139 206 213
Hex 8B CE D5

RGB Percentages of Color #8bced5

%24.91
%36.92
%38.17

CMYK Percentages of Color #8bced5

%35
%3
%0
%16

Triadic Colors of #8bced5

#8bced5 #d58bce #ced58b

Analogous Colors of #8bced5

#8bced5 #8ba9d5 #8bd5b7

Monochromatic Colors of #8bced5

#8bced5

Complementary Color

#8bced5 #d5928b

#8bced5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bced5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bced5 Color CSS Codes

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

#8bced5 Text Font Color

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

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


#8bced5 Background Color

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

This div background color is #8bced5


#8bced5 Border Color

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

This div border color is #8bced5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bced5


Comments

No comments written yet.

Please login to write comment.