Color Hex Logo

#8ccbee Color Hex

#8CCBEE
(140,203,238)
0 Favorites   0 Comments

Color spaces of #8ccbee

RGB 140203238
HSL0.560.740.74
HSV201°41°93°
CMYK 0.410.150.00   0.07
XYZ47.603854.460488.8918
Yxy54.46040.24930.2852
Hunter Lab73.7973-14.0018-19.7591
CIE-Lab78.7294-11.2429-23.5969

#8ccbee color RGB value is (140,203,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001011 11101110
Octal 214 313 356
Decimal 140 203 238
Hex 8C CB EE

RGB Percentages of Color #8ccbee

%24.10
%34.94
%40.96

CMYK Percentages of Color #8ccbee

%41
%15
%0
%7

Triadic Colors of #8ccbee

#8ccbee #ee8ccb #cbee8c

Analogous Colors of #8ccbee

#8ccbee #8c9aee #8ceee0

Monochromatic Colors of #8ccbee

#8ccbee

Complementary Color

#8ccbee #eeaf8c

#8ccbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccbee Color CSS Codes

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

#8ccbee Text Font Color

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

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


#8ccbee Background Color

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

This div background color is #8ccbee


#8ccbee Border Color

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

This div border color is #8ccbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccbee


Comments

No comments written yet.

Please login to write comment.