Color Hex Logo

#8ccbeb Color Hex

#8CCBEB
(140,203,235)
0 Favorites   0 Comments

Color spaces of #8ccbeb

RGB 140203235
HSL0.560.700.74
HSV200°40°92°
CMYK 0.400.140.00   0.08
XYZ47.166554.285586.5895
Yxy54.28550.25080.2887
Hunter Lab73.6787-14.6683-18.1044
CIE-Lab78.6279-12.0249-22.1440

#8ccbeb color RGB value is (140,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001011 11101011
Octal 214 313 353
Decimal 140 203 235
Hex 8C CB EB

RGB Percentages of Color #8ccbeb

%24.22
%35.12
%40.66

CMYK Percentages of Color #8ccbeb

%40
%14
%0
%8

Triadic Colors of #8ccbeb

#8ccbeb #eb8ccb #cbeb8c

Analogous Colors of #8ccbeb

#8ccbeb #8c9ceb #8cebdc

Monochromatic Colors of #8ccbeb

#8ccbeb

Complementary Color

#8ccbeb #ebac8c

#8ccbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccbeb Color CSS Codes

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

#8ccbeb Text Font Color

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

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


#8ccbeb Background Color

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

This div background color is #8ccbeb


#8ccbeb Border Color

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

This div border color is #8ccbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccbeb


Comments

No comments written yet.

Please login to write comment.