Color Hex Logo

#8ccbec Color Hex

#8CCBEC
(140,203,236)
0 Favorites   0 Comments

Color spaces of #8ccbec

RGB 140203236
HSL0.560.720.74
HSV201°41°93°
CMYK 0.410.140.00   0.07
XYZ47.311554.343487.3526
Yxy54.34340.25030.2875
Hunter Lab73.7180-14.4468-18.6535
CIE-Lab78.6615-11.7646-22.6287

#8ccbec color RGB value is (140,203,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001011 11101100
Octal 214 313 354
Decimal 140 203 236
Hex 8C CB EC

RGB Percentages of Color #8ccbec

%24.18
%35.06
%40.76

CMYK Percentages of Color #8ccbec

%41
%14
%0
%7

Triadic Colors of #8ccbec

#8ccbec #ec8ccb #cbec8c

Analogous Colors of #8ccbec

#8ccbec #8c9bec #8cecdd

Monochromatic Colors of #8ccbec

#8ccbec

Complementary Color

#8ccbec #ecad8c

#8ccbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccbec Color CSS Codes

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

#8ccbec Text Font Color

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

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


#8ccbec Background Color

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

This div background color is #8ccbec


#8ccbec Border Color

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

This div border color is #8ccbec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,203,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccbec


Comments

No comments written yet.

Please login to write comment.