Color Hex Logo

#8dbceb Color Hex

#8DBCEB
(141,188,235)
0 Favorites   0 Comments

Color spaces of #8dbceb

RGB 141188235
HSL0.580.700.74
HSV210°40°92°
CMYK 0.400.200.00   0.08
XYZ43.963147.627385.4731
Yxy47.62730.24830.2690
Hunter Lab69.0125-7.0620-25.1228
CIE-Lab74.5892-3.7895-28.3074

#8dbceb color RGB value is (141,188,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111100 11101011
Octal 215 274 353
Decimal 141 188 235
Hex 8D BC EB

RGB Percentages of Color #8dbceb

%25.00
%33.33
%41.67

CMYK Percentages of Color #8dbceb

%40
%20
%0
%8

Triadic Colors of #8dbceb

#8dbceb #eb8dbc #bceb8d

Analogous Colors of #8dbceb

#8dbceb #8d8deb #8debeb

Monochromatic Colors of #8dbceb

#8dbceb

Complementary Color

#8dbceb #ebbc8d

#8dbceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbceb Color CSS Codes

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

#8dbceb Text Font Color

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

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


#8dbceb Background Color

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

This div background color is #8dbceb


#8dbceb Border Color

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

This div border color is #8dbceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbceb


Comments

No comments written yet.

Please login to write comment.