Color Hex Logo

#8bdfef Color Hex

#8BDFEF
(139,223,239)
0 Favorites   0 Comments

Color spaces of #8bdfef

RGB 139223239
HSL0.530.760.74
HSV190°42°94°
CMYK 0.420.070.00   0.06
XYZ52.615164.496391.3373
Yxy64.49630.25240.3094
Hunter Lab80.3096-23.5969-11.2147
CIE-Lab84.2235-21.4530-15.8230

#8bdfef color RGB value is (139,223,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011111 11101111
Octal 213 337 357
Decimal 139 223 239
Hex 8B DF EF

RGB Percentages of Color #8bdfef

%23.13
%37.10
%39.77

CMYK Percentages of Color #8bdfef

%42
%7
%0
%6

Triadic Colors of #8bdfef

#8bdfef #ef8bdf #dfef8b

Analogous Colors of #8bdfef

#8bdfef #8badef #8befcd

Monochromatic Colors of #8bdfef

#8bdfef

Complementary Color

#8bdfef #ef9b8b

#8bdfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdfef Color CSS Codes

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

#8bdfef Text Font Color

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

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


#8bdfef Background Color

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

This div background color is #8bdfef


#8bdfef Border Color

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

This div border color is #8bdfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdfef


Comments

No comments written yet.

Please login to write comment.