Color Hex Logo

#8cbed1 Color Hex

#8CBED1
(140,190,209)
0 Favorites   0 Comments

Color spaces of #8cbed1

RGB 140190209
HSL0.550.430.68
HSV197°33°82°
CMYK 0.330.090.00   0.18
XYZ40.737347.005867.2475
Yxy47.00580.26280.3033
Hunter Lab68.5608-13.9206-10.1618
CIE-Lab74.1935-11.7824-14.8152

#8cbed1 color RGB value is (140,190,209).

#8cbed1 hex color red value is 140, green value is 190 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #8cbed1 hue: 0.55 , saturation: 0.43 and the lightness value of 8cbed1 is 0.68.

The process color (four color CMYK) of #8cbed1 color hex is 0.33, 0.09, 0.00, 0.18. Web safe color of #8cbed1 is #99cccc. Color #8cbed1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111110 11010001
Octal 214 276 321
Decimal 140 190 209
Hex 8C BE D1

RGB Percentages of Color #8cbed1

%25.97
%35.25
%38.78

CMYK Percentages of Color #8cbed1

%33
%9
%0
%18

Triadic Colors of #8cbed1

#8cbed1 #d18cbe #bed18c

Analogous Colors of #8cbed1

#8cbed1 #8c9cd1 #8cd1c2

Monochromatic Colors of #8cbed1

#8cbed1

Complementary Color

#8cbed1 #d19f8c

#8cbed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbed1 Color CSS Codes

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

#8cbed1 Text Font Color

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

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


#8cbed1 Background Color

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

This div background color is #8cbed1


#8cbed1 Border Color

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

This div border color is #8cbed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbed1


Comments

No comments written yet.

Please login to write comment.