Color Hex Logo

#8ddbef Color Hex

#8DDBEF
(141,219,239)
0 Favorites   0 Comments

Color spaces of #8ddbef

RGB 141219239
HSL0.530.750.75
HSV192°41°94°
CMYK 0.410.080.00   0.06
XYZ51.896062.557891.0010
Yxy62.55780.25260.3045
Hunter Lab79.0935-21.2935-12.8507
CIE-Lab83.2092-18.9597-17.3401

#8ddbef color RGB value is (141,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011011 11101111
Octal 215 333 357
Decimal 141 219 239
Hex 8D DB EF

RGB Percentages of Color #8ddbef

%23.54
%36.56
%39.90

CMYK Percentages of Color #8ddbef

%41
%8
%0
%6

Triadic Colors of #8ddbef

#8ddbef #ef8ddb #dbef8d

Analogous Colors of #8ddbef

#8ddbef #8daaef #8defd2

Monochromatic Colors of #8ddbef

#8ddbef

Complementary Color

#8ddbef #efa18d

#8ddbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ddbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ddbef Color CSS Codes

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

#8ddbef Text Font Color

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

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


#8ddbef Background Color

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

This div background color is #8ddbef


#8ddbef Border Color

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

This div border color is #8ddbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ddbef


Comments

No comments written yet.

Please login to write comment.