Color Hex Logo

#8ccceb Color Hex

#8CCCEB
(140,204,235)
0 Favorites   0 Comments

Color spaces of #8ccceb

RGB 140204235
HSL0.550.700.74
HSV200°40°92°
CMYK 0.400.130.00   0.08
XYZ47.403554.759386.6684
Yxy54.75930.25100.2900
Hunter Lab73.9995-15.1535-17.6409
CIE-Lab78.9024-12.5462-21.7270

#8ccceb color RGB value is (140,204,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001100 11101011
Octal 214 314 353
Decimal 140 204 235
Hex 8C CC EB

RGB Percentages of Color #8ccceb

%24.18
%35.23
%40.59

CMYK Percentages of Color #8ccceb

%40
%13
%0
%8

Triadic Colors of #8ccceb

#8ccceb #eb8ccc #cceb8c

Analogous Colors of #8ccceb

#8ccceb #8c9deb #8cebdb

Monochromatic Colors of #8ccceb

#8ccceb

Complementary Color

#8ccceb #ebab8c

#8ccceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccceb Color CSS Codes

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

#8ccceb Text Font Color

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

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


#8ccceb Background Color

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

This div background color is #8ccceb


#8ccceb Border Color

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

This div border color is #8ccceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccceb


Comments

No comments written yet.

Please login to write comment.