Color Hex Logo

#8bcdef Color Hex

#8BCDEF
(139,205,239)
0 Favorites   0 Comments

Color spaces of #8bcdef

RGB 139205239
HSL0.560.760.74
HSV200°42°94°
CMYK 0.420.140.00   0.06
XYZ48.058855.383689.8185
Yxy55.38360.24870.2866
Hunter Lab74.4202-14.9641-19.4636
CIE-Lab79.2617-12.2761-23.3265

#8bcdef color RGB value is (139,205,239).

#8bcdef hex color red value is 139, green value is 205 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8bcdef hue: 0.56 , saturation: 0.76 and the lightness value of 8bcdef is 0.74.

The process color (four color CMYK) of #8bcdef color hex is 0.42, 0.14, 0.00, 0.06. Web safe color of #8bcdef is #99ccff. Color #8bcdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001101 11101111
Octal 213 315 357
Decimal 139 205 239
Hex 8B CD EF

RGB Percentages of Color #8bcdef

%23.84
%35.16
%40.99

CMYK Percentages of Color #8bcdef

%42
%14
%0
%6

Triadic Colors of #8bcdef

#8bcdef #ef8bcd #cdef8b

Analogous Colors of #8bcdef

#8bcdef #8b9bef #8befdf

Monochromatic Colors of #8bcdef

#8bcdef

Complementary Color

#8bcdef #efad8b

#8bcdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bcdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bcdef Color CSS Codes

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

#8bcdef Text Font Color

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

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


#8bcdef Background Color

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

This div background color is #8bcdef


#8bcdef Border Color

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

This div border color is #8bcdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bcdef


Comments

No comments written yet.

Please login to write comment.