Color Hex Logo

#8ddaec Color Hex

#8DDAEC
(141,218,236)
0 Favorites   0 Comments

Color spaces of #8ddaec

RGB 141218236
HSL0.530.710.74
HSV191°40°93°
CMYK 0.400.080.00   0.07
XYZ51.196261.861788.5990
Yxy61.86170.25390.3068
Hunter Lab78.6522-21.4524-11.7316
CIE-Lab82.8398-19.2129-16.3045

#8ddaec color RGB value is (141,218,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011010 11101100
Octal 215 332 354
Decimal 141 218 236
Hex 8D DA EC

RGB Percentages of Color #8ddaec

%23.70
%36.64
%39.66

CMYK Percentages of Color #8ddaec

%40
%8
%0
%7

Triadic Colors of #8ddaec

#8ddaec #ec8dda #daec8d

Analogous Colors of #8ddaec

#8ddaec #8dabec #8deccf

Monochromatic Colors of #8ddaec

#8ddaec

Complementary Color

#8ddaec #ec9f8d

#8ddaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ddaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ddaec Color CSS Codes

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

#8ddaec Text Font Color

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

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


#8ddaec Background Color

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

This div background color is #8ddaec


#8ddaec Border Color

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

This div border color is #8ddaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ddaec


Comments

No comments written yet.

Please login to write comment.