Color Hex Logo

#8bcedd Color Hex

#8BCEDD
(139,206,221)
0 Favorites   0 Comments

Color spaces of #8bcedd

RGB 139206221
HSL0.530.550.71
HSV191°37°87°
CMYK 0.370.070.00   0.13
XYZ45.769954.852076.5818
Yxy54.85200.25830.3095
Hunter Lab74.0621-19.2969-9.4636
CIE-Lab78.9559-17.3851-14.1457

#8bcedd color RGB value is (139,206,221).

#8bcedd hex color red value is 139, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8bcedd hue: 0.53 , saturation: 0.55 and the lightness value of 8bcedd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001110 11011101
Octal 213 316 335
Decimal 139 206 221
Hex 8B CE DD

RGB Percentages of Color #8bcedd

%24.56
%36.40
%39.05

CMYK Percentages of Color #8bcedd

%37
%7
%0
%13

Triadic Colors of #8bcedd

#8bcedd #dd8bce #cedd8b

Analogous Colors of #8bcedd

#8bcedd #8ba5dd #8bddc3

Monochromatic Colors of #8bcedd

#8bcedd

Complementary Color

#8bcedd #dd9a8b

#8bcedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bcedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bcedd Color CSS Codes

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

#8bcedd Text Font Color

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

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


#8bcedd Background Color

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

This div background color is #8bcedd


#8bcedd Border Color

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

This div border color is #8bcedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bcedd


Comments

No comments written yet.

Please login to write comment.