Color Hex Logo

#8dcefa Color Hex

#8DCEFA
(141,206,250)
0 Favorites   0 Comments

Color spaces of #8dcefa

RGB 141206250
HSL0.570.920.77
HSV204°44°98°
CMYK 0.440.180.00   0.02
XYZ50.311156.707598.7364
Yxy56.70750.24450.2756
Hunter Lab75.3044-12.5262-25.0258
CIE-Lab80.0148-9.3942-28.0411

#8dcefa color RGB value is (141,206,250).

#8dcefa hex color red value is 141, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8dcefa hue: 0.57 , saturation: 0.92 and the lightness value of 8dcefa is 0.77.

The process color (four color CMYK) of #8dcefa color hex is 0.44, 0.18, 0.00, 0.02. Web safe color of #8dcefa is #99ccff. Color #8dcefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001110 11111010
Octal 215 316 372
Decimal 141 206 250
Hex 8D CE FA

RGB Percentages of Color #8dcefa

%23.62
%34.51
%41.88

CMYK Percentages of Color #8dcefa

%44
%18
%0
%2

Triadic Colors of #8dcefa

#8dcefa #fa8dce #cefa8d

Analogous Colors of #8dcefa

#8dcefa #8d98fa #8dfaf0

Monochromatic Colors of #8dcefa

#8dcefa

Complementary Color

#8dcefa #fab98d

#8dcefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dcefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dcefa Color CSS Codes

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

#8dcefa Text Font Color

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

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


#8dcefa Background Color

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

This div background color is #8dcefa


#8dcefa Border Color

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

This div border color is #8dcefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dcefa


Comments

No comments written yet.

Please login to write comment.