Color Hex Logo

#8ddbea Color Hex

#8DDBEA
(141,219,234)
0 Favorites   0 Comments

Color spaces of #8ddbea

RGB 141219234
HSL0.530.690.74
HSV190°40°92°
CMYK 0.400.060.00   0.08
XYZ51.167362.266387.1637
Yxy62.26630.25510.3104
Hunter Lab78.9090-22.3452-10.2561
CIE-Lab83.0548-20.2163-14.9201

#8ddbea color RGB value is (141,219,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011011 11101010
Octal 215 333 352
Decimal 141 219 234
Hex 8D DB EA

RGB Percentages of Color #8ddbea

%23.74
%36.87
%39.39

CMYK Percentages of Color #8ddbea

%40
%6
%0
%8

Triadic Colors of #8ddbea

#8ddbea #ea8ddb #dbea8d

Analogous Colors of #8ddbea

#8ddbea #8dadea #8deacb

Monochromatic Colors of #8ddbea

#8ddbea

Complementary Color

#8ddbea #ea9c8d

#8ddbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ddbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ddbea Color CSS Codes

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

#8ddbea Text Font Color

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

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


#8ddbea Background Color

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

This div background color is #8ddbea


#8ddbea Border Color

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

This div border color is #8ddbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ddbea


Comments

No comments written yet.

Please login to write comment.