Color Hex Logo

#8dceef Color Hex

#8DCEEF
(141,206,239)
0 Favorites   0 Comments

Color spaces of #8dceef

RGB 141206239
HSL0.560.750.75
HSV200°41°94°
CMYK 0.410.140.00   0.06
XYZ48.635856.037389.9143
Yxy56.03730.24990.2880
Hunter Lab74.8581-15.0289-18.8144
CIE-Lab79.6350-12.2975-22.7495

#8dceef color RGB value is (141,206,239).

#8dceef hex color red value is 141, green value is 206 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8dceef hue: 0.56 , saturation: 0.75 and the lightness value of 8dceef is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001110 11101111
Octal 215 316 357
Decimal 141 206 239
Hex 8D CE EF

RGB Percentages of Color #8dceef

%24.06
%35.15
%40.78

CMYK Percentages of Color #8dceef

%41
%14
%0
%6

Triadic Colors of #8dceef

#8dceef #ef8dce #ceef8d

Analogous Colors of #8dceef

#8dceef #8d9def #8defdf

Monochromatic Colors of #8dceef

#8dceef

Complementary Color

#8dceef #efae8d

#8dceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dceef Color CSS Codes

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

#8dceef Text Font Color

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

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


#8dceef Background Color

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

This div background color is #8dceef


#8dceef Border Color

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

This div border color is #8dceef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dceef


Comments

No comments written yet.

Please login to write comment.