Color Hex Logo

#8dcceb Color Hex

#8DCCEB
(141,204,235)
0 Favorites   0 Comments

Color spaces of #8dcceb

RGB 141204235
HSL0.550.700.74
HSV200°40°92°
CMYK 0.400.130.00   0.08
XYZ47.572854.846686.6764
Yxy54.84660.25160.2900
Hunter Lab74.0585-14.9397-17.5507
CIE-Lab78.9528-12.2920-21.6458

#8dcceb color RGB value is (141,204,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001100 11101011
Octal 215 314 353
Decimal 141 204 235
Hex 8D CC EB

RGB Percentages of Color #8dcceb

%24.31
%35.17
%40.52

CMYK Percentages of Color #8dcceb

%40
%13
%0
%8

Triadic Colors of #8dcceb

#8dcceb #eb8dcc #cceb8d

Analogous Colors of #8dcceb

#8dcceb #8d9deb #8debdb

Monochromatic Colors of #8dcceb

#8dcceb

Complementary Color

#8dcceb #ebac8d

#8dcceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dcceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dcceb Color CSS Codes

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

#8dcceb Text Font Color

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

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


#8dcceb Background Color

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

This div background color is #8dcceb


#8dcceb Border Color

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

This div border color is #8dcceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dcceb


Comments

No comments written yet.

Please login to write comment.