Color Hex Logo

#8bdeeb Color Hex

#8BDEEB
(139,222,235)
0 Favorites   0 Comments

Color spaces of #8bdeeb

RGB 139222235
HSL0.520.710.73
HSV188°41°92°
CMYK 0.410.060.00   0.08
XYZ51.764163.729788.1701
Yxy63.72970.25420.3129
Hunter Lab79.8309-23.9607-9.6019
CIE-Lab83.8248-21.9600-14.3045

#8bdeeb color RGB value is (139,222,235).

#8bdeeb hex color red value is 139, green value is 222 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8bdeeb hue: 0.52 , saturation: 0.71 and the lightness value of 8bdeeb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011110 11101011
Octal 213 336 353
Decimal 139 222 235
Hex 8B DE EB

RGB Percentages of Color #8bdeeb

%23.32
%37.25
%39.43

CMYK Percentages of Color #8bdeeb

%41
%6
%0
%8

Triadic Colors of #8bdeeb

#8bdeeb #eb8bde #deeb8b

Analogous Colors of #8bdeeb

#8bdeeb #8baeeb #8bebc8

Monochromatic Colors of #8bdeeb

#8bdeeb

Complementary Color

#8bdeeb #eb988b

#8bdeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdeeb Color CSS Codes

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

#8bdeeb Text Font Color

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

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


#8bdeeb Background Color

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

This div background color is #8bdeeb


#8bdeeb Border Color

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

This div border color is #8bdeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdeeb


Comments

No comments written yet.

Please login to write comment.