Color Hex Logo

#8cddeb Color Hex

#8CDDEB
(140,221,235)
0 Favorites   0 Comments

Color spaces of #8cddeb

RGB 140221235
HSL0.520.700.74
HSV189°40°92°
CMYK 0.400.060.00   0.08
XYZ51.667163.286588.0896
Yxy63.28650.25450.3117
Hunter Lab79.5528-23.2872-9.9654
CIE-Lab83.5929-21.2154-14.6476

#8cddeb color RGB value is (140,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011101 11101011
Octal 214 335 353
Decimal 140 221 235
Hex 8C DD EB

RGB Percentages of Color #8cddeb

%23.49
%37.08
%39.43

CMYK Percentages of Color #8cddeb

%40
%6
%0
%8

Triadic Colors of #8cddeb

#8cddeb #eb8cdd #ddeb8c

Analogous Colors of #8cddeb

#8cddeb #8caeeb #8cebca

Monochromatic Colors of #8cddeb

#8cddeb

Complementary Color

#8cddeb #eb9a8c

#8cddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cddeb Color CSS Codes

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

#8cddeb Text Font Color

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

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


#8cddeb Background Color

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

This div background color is #8cddeb


#8cddeb Border Color

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

This div border color is #8cddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cddeb


Comments

No comments written yet.

Please login to write comment.