Color Hex Logo

#8ddeeb Color Hex

#8DDEEB
(141,222,235)
0 Favorites   0 Comments

Color spaces of #8ddeeb

RGB 141222235
HSL0.520.700.74
HSV188°40°92°
CMYK 0.400.060.00   0.08
XYZ52.101263.903488.1858
Yxy63.90340.25520.3130
Hunter Lab79.9396-23.5557-9.4484
CIE-Lab83.9154-21.4661-14.1593

#8ddeeb color RGB value is (141,222,235).

#8ddeeb hex color red value is 141, green value is 222 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8ddeeb hue: 0.52 , saturation: 0.70 and the lightness value of 8ddeeb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011110 11101011
Octal 215 336 353
Decimal 141 222 235
Hex 8D DE EB

RGB Percentages of Color #8ddeeb

%23.58
%37.12
%39.30

CMYK Percentages of Color #8ddeeb

%40
%6
%0
%8

Triadic Colors of #8ddeeb

#8ddeeb #eb8dde #deeb8d

Analogous Colors of #8ddeeb

#8ddeeb #8dafeb #8debc9

Monochromatic Colors of #8ddeeb

#8ddeeb

Complementary Color

#8ddeeb #eb9a8d

#8ddeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ddeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ddeeb Color CSS Codes

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

#8ddeeb Text Font Color

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

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


#8ddeeb Background Color

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

This div background color is #8ddeeb


#8ddeeb Border Color

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

This div border color is #8ddeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ddeeb


Comments

No comments written yet.

Please login to write comment.