Color Hex Logo

#8cbeff Color Hex

#8CBEFF
(140,190,255)
0 Favorites   0 Comments

Color spaces of #8cbeff

RGB 140190255
HSL0.591.000.77
HSV214°45°100°
CMYK 0.450.250.00   0.00
XYZ47.278749.6224101.6940
Yxy49.62240.23810.2499
Hunter Lab70.4432-3.4733-36.2827
CIE-Lab75.83690.3189-37.1582

#8cbeff color RGB value is (140,190,255).

#8cbeff hex color red value is 140, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8cbeff hue: 0.59 , saturation: 1.00 and the lightness value of 8cbeff is 0.77.

The process color (four color CMYK) of #8cbeff color hex is 0.45, 0.25, 0.00, 0.00. Web safe color of #8cbeff is #99ccff. Color #8cbeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111110 11111111
Octal 214 276 377
Decimal 140 190 255
Hex 8C BE FF

RGB Percentages of Color #8cbeff

%23.93
%32.48
%43.59

CMYK Percentages of Color #8cbeff

%45
%25
%0
%0

Triadic Colors of #8cbeff

#8cbeff #ff8cbe #beff8c

Analogous Colors of #8cbeff

#8cbeff #948cff #8cf8ff

Monochromatic Colors of #8cbeff

#8cbeff

Complementary Color

#8cbeff #ffcd8c

#8cbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbeff Color CSS Codes

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

#8cbeff Text Font Color

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

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


#8cbeff Background Color

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

This div background color is #8cbeff


#8cbeff Border Color

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

This div border color is #8cbeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbeff

Related Colors


Comments

No comments written yet.

Please login to write comment.