Color Hex Logo

#8cdeeb Color Hex

#8CDEEB
(140,222,235)
0 Favorites   0 Comments

Color spaces of #8cdeeb

RGB 140222235
HSL0.520.700.74
HSV188°40°92°
CMYK 0.400.060.00   0.08
XYZ51.931963.816288.1779
Yxy63.81620.25470.3129
Hunter Lab79.8850-23.7590-9.5254
CIE-Lab83.8700-21.7139-14.2321

#8cdeeb color RGB value is (140,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011110 11101011
Octal 214 336 353
Decimal 140 222 235
Hex 8C DE EB

RGB Percentages of Color #8cdeeb

%23.45
%37.19
%39.36

CMYK Percentages of Color #8cdeeb

%40
%6
%0
%8

Triadic Colors of #8cdeeb

#8cdeeb #eb8cde #deeb8c

Analogous Colors of #8cdeeb

#8cdeeb #8cafeb #8cebc9

Monochromatic Colors of #8cdeeb

#8cdeeb

Complementary Color

#8cdeeb #eb998c

#8cdeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdeeb Color CSS Codes

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

#8cdeeb Text Font Color

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

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


#8cdeeb Background Color

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

This div background color is #8cdeeb


#8cdeeb Border Color

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

This div border color is #8cdeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdeeb


Comments

No comments written yet.

Please login to write comment.