Color Hex Logo

#8ddbfe Color Hex

#8DDBFE
(141,219,254)
0 Favorites   0 Comments

Color spaces of #8ddbfe

RGB 141219254
HSL0.550.980.77
HSV199°44°100°
CMYK 0.440.140.00   0.00
XYZ54.205463.4815103.1622
Yxy63.48150.24540.2874
Hunter Lab79.6753-17.9930-20.9950
CIE-Lab83.6951-15.0800-24.5460

#8ddbfe color RGB value is (141,219,254).

#8ddbfe hex color red value is 141, green value is 219 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8ddbfe hue: 0.55 , saturation: 0.98 and the lightness value of 8ddbfe is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011011 11111110
Octal 215 333 376
Decimal 141 219 254
Hex 8D DB FE

RGB Percentages of Color #8ddbfe

%22.96
%35.67
%41.37

CMYK Percentages of Color #8ddbfe

%44
%14
%0
%0

Triadic Colors of #8ddbfe

#8ddbfe #fe8ddb #dbfe8d

Analogous Colors of #8ddbfe

#8ddbfe #8da3fe #8dfee9

Monochromatic Colors of #8ddbfe

#8ddbfe

Complementary Color

#8ddbfe #feb08d

#8ddbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ddbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ddbfe Color CSS Codes

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

#8ddbfe Text Font Color

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

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


#8ddbfe Background Color

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

This div background color is #8ddbfe


#8ddbfe Border Color

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

This div border color is #8ddbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ddbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.