Color Hex Logo

#8dbaeb Color Hex

#8DBAEB
(141,186,235)
0 Favorites   0 Comments

Color spaces of #8dbaeb

RGB 141186235
HSL0.590.700.74
HSV211°40°92°
CMYK 0.400.210.00   0.08
XYZ43.538846.778785.3317
Yxy46.77870.24790.2663
Hunter Lab68.3950-6.0618-26.0956
CIE-Lab74.0480-2.7045-29.1388

#8dbaeb color RGB value is (141,186,235).

#8dbaeb hex color red value is 141, green value is 186 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8dbaeb hue: 0.59 , saturation: 0.70 and the lightness value of 8dbaeb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111010 11101011
Octal 215 272 353
Decimal 141 186 235
Hex 8D BA EB

RGB Percentages of Color #8dbaeb

%25.09
%33.10
%41.81

CMYK Percentages of Color #8dbaeb

%40
%21
%0
%8

Triadic Colors of #8dbaeb

#8dbaeb #eb8dba #baeb8d

Analogous Colors of #8dbaeb

#8dbaeb #8f8deb #8de9eb

Monochromatic Colors of #8dbaeb

#8dbaeb

Complementary Color

#8dbaeb #ebbe8d

#8dbaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbaeb Color CSS Codes

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

#8dbaeb Text Font Color

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

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


#8dbaeb Background Color

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

This div background color is #8dbaeb


#8dbaeb Border Color

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

This div border color is #8dbaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbaeb


Comments

No comments written yet.

Please login to write comment.