Color Hex Logo

#8dceea Color Hex

#8DCEEA
(141,206,234)
0 Favorites   0 Comments

Color spaces of #8dceea

RGB 141206234
HSL0.550.690.74
HSV198°40°92°
CMYK 0.400.120.00   0.08
XYZ47.907155.745886.0770
Yxy55.74580.25250.2938
Hunter Lab74.6631-16.1271-16.0896
CIE-Lab79.4689-13.5888-20.3277

#8dceea color RGB value is (141,206,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001110 11101010
Octal 215 316 352
Decimal 141 206 234
Hex 8D CE EA

RGB Percentages of Color #8dceea

%24.27
%35.46
%40.28

CMYK Percentages of Color #8dceea

%40
%12
%0
%8

Triadic Colors of #8dceea

#8dceea #ea8dce #ceea8d

Analogous Colors of #8dceea

#8dceea #8da0ea #8dead8

Monochromatic Colors of #8dceea

#8dceea

Complementary Color

#8dceea #eaa98d

#8dceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dceea Color CSS Codes

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

#8dceea Text Font Color

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

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


#8dceea Background Color

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

This div background color is #8dceea


#8dceea Border Color

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

This div border color is #8dceea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,206,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dceea


Comments

No comments written yet.

Please login to write comment.